Skip to content

[Python] Release 0.30.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 16 Apr 20:27
· 24 commits to master since this release
python-v0.30.0
12a5753

Added

  • base_uri keyword argument that allows for specifying a base URI for all relative references in the schema.
  • Configuration options for the underlying regex engine used by pattern and patternProperties keywords.

Changed

  • Better error messages for relative $ref without base URI.
  • Update pyo3 to 0.24.

Fixed

  • Added Registry to type declarations.

Removed

  • Internal cache for regular expressions.