Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Python] Release 0.31.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 27 Jul 23:09
· 24 commits to master since this release
python-v0.31.0
2776684

Added

  • Added support for old and new style string enums in object keys.
  • Added context for ValidationErrorKind.AnyOf and ValidationErrorKind.OneOfNotValid which contains errors for all subschemas, each inside a separate list with an index matching subschema ID.

Changed

  • Update pyo3 to 0.25.

Fixed

  • Improve the precision of multipleOf for float values.