We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c7696 commit 26ba2d2Copy full SHA for 26ba2d2
CHANGELOG.rst
@@ -1,3 +1,14 @@
1
+v4.9.0
2
+------
3
+
4
+* ``pkgutil.resolve_name`` is now used to retrieve validators
5
+ provided on the command line. This function is only available on
6
+ 3.9+, so 3.7 and 3.8 (which are still supported) now rely on the
7
+ `pkgutil_resolve_name <https://pypi.org/project/pkgutil_resolve_name/>`_
8
+ backport package. Note however that the CLI itself is due
9
+ to be deprecated shortly in favor of `check-jsonschema
10
+ <https://github.com/python-jsonschema/check-jsonschema>`_.
11
12
v4.8.0
13
------
14
0 commit comments