Skip to content

Commit 4cfcb35

Browse files
Allow jsonschema >4.0.0 (#55)
Version 4.0.0 of jsonschema was released on Sep 30, 2021. It's really hard to use this lib when it is locking down to old dependencies and never updating them.
1 parent fa5df5e commit 4cfcb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package_dir =
1919
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
2020
install_requires =
2121
importlib-metadata; python_version<"3.8"
22-
jsonschema >= 3.0.0,<4
22+
jsonschema
2323

2424
[options.package_data]
2525
* = *.json

0 commit comments

Comments
 (0)