[Python] Release 0.31.0
·
24 commits
to master
since this release
Added
- Added support for old and new style string enums in object keys.
- Added
context
forValidationErrorKind.AnyOf
andValidationErrorKind.OneOfNotValid
which contains errors for all subschemas, each inside a separate list with an index matching subschema ID.
Changed
- Update
pyo3
to0.25
.
Fixed
- Improve the precision of
multipleOf
for float values.