Skip to content

[Python] Release 0.45.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 20:27
· 46 commits to master since this release
python-v0.45.0
f0d1392

Added

  • bundle(schema, ...): produce a Compound Schema Document with all external $ref targets embedded in a draft-appropriate container (definitions for Draft 4/6/7, $defs for Draft 2019-09/2020-12; Appendix B). #791.
  • ValidationError.absolute_keyword_location to get the absolute keyword location URI of the schema node that produced the error.