Skip to content

v4.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 07:27
· 469 commits to main since this release
  • Fix relative $ref resolution when the base URI is a URN or other scheme
    (#544).
  • pkgutil.resolve_name is now used to retrieve validators
    provided on the command line. This function is only available on
    3.9+, so 3.7 and 3.8 (which are still supported) now rely on the
    pkgutil_resolve_name <https://pypi.org/project/pkgutil_resolve_name/>_
    backport package. Note however that the CLI itself is due
    to be deprecated shortly in favor of check-jsonschema <https://github.com/python-jsonschema/check-jsonschema>_.

Full Changelog: v4.8.0...v4.9.0