| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-07 | 706 Bytes | |
| v3.21 source code.tar.gz | 2026-05-07 | 164.9 kB | |
| v3.21 source code.zip | 2026-05-07 | 239.9 kB | |
| Totals: 3 Items | 405.6 kB | 2 | |
Changes
- Added support for recursive dataclasses in JSON Schema (#308)
- Fixed building JSON Schema for dataclasses with slots (#307)
- Fixed issue with deferred evaluation of annotations for serialization strategies and serializable types that include PEP 695 generic type parameters (#310)
- Fixed errors for PEP 695 type aliases with generic arguments or cyclic references (#311, [#312])
- Code coverage report tool coveralls.io was replaced by codecov.io (#309)
- Fixed propagation of
lazy_compilationconfig value in generic dataclasses with inheritance (#319) - Added ability for serialization strategies to match subclasses (#298, [#317])
- Dropped support for Python 3.9 (#314)