Skip to content

Commit

Permalink
Allow jsonschema >4.0.0 (#55)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MartinWallgren authored Mar 20, 2023
1 parent fa5df5e commit 4cfcb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package_dir =
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
install_requires =
importlib-metadata; python_version<"3.8"
jsonschema >= 3.0.0,<4
jsonschema

[options.package_data]
* = *.json
Expand Down

0 comments on commit 4cfcb35

Please sign in to comment.