| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-22 | 475 Bytes | |
| v0.21.0 source code.tar.gz | 2026-02-22 | 35.3 MB | |
| v0.21.0 source code.zip | 2026-02-22 | 35.7 MB | |
| Totals: 3 Items | 70.9 MB | 0 | |
Added
- Python 3.14 support.
Fixed
- Fixed
Union.__getitem__()incompatibility on Python 3.14, which causedJsonObjectConceptstructure validation to fail when using complex union/optional type annotations (e.g.,Optional[Literal[...] | Literal[...]]). - Fixed incomplete
types.UnionTypedetection in type normalization and validation, ensuring union types created with the|operator (Python 3.10+) are handled consistently across Python 3.10–3.14.