| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-11-23 | 1.1 kB | |
| v3.15 source code.tar.gz | 2024-11-23 | 157.8 kB | |
| v3.15 source code.zip | 2024-11-23 | 230.2 kB | |
| Totals: 3 Items | 389.0 kB | 0 | |
Changes
- Improved
Unionand basic types deserialization (#256), highlighted changes: - Expected
int | floatorfloat | intvalue can now be passed through without coercion and losing precision - Expected
strvalue will be guaranteed to be a string version of the input value (#42) - Expected
boolvalue will be guaranteed to be a boolean using standard truth testing procedure for the input value - Expected
NoneTypewill be guaranteed to beNoneregardless of the input value - Introduced JSON Schema plugin system (#265), see updated documentation
- Added built-in
DocstringDescriptionPluginto use a docstring as a description (#222) - Added support for recursive
Uniontypes (#206) - Configured MANIFEST.in to include tests folder in the sdist (#262)
- Dropped support for Python 3.8 (#258)