v4.9.0
- Fix relative
$refresolution when the base URI is a URN or other scheme
(#544). pkgutil.resolve_nameis 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 ofcheck-jsonschema <https://github.com/python-jsonschema/check-jsonschema>_.
Full Changelog: v4.8.0...v4.9.0