Skip to content

Commit

Permalink
Require jsonschmea>=4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jun 17, 2024
1 parent 90dfa41 commit 8737c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'jsonref',
'pyyaml',
'requests[security]>=2.9',
'jsonschema<=4.9.1', # c.f. https://github.com/yadage/yadage-schemas/issues/38
'jsonschema>=4.10.0', # c.f. https://github.com/yadage/yadage-schemas/issues/38
'click',
'six>=1.4.0', # six.moves added in six v1.4.0
'importlib-resources>=5.10;python_version<"3.9"' # for accessing package filepaths
Expand Down

0 comments on commit 8737c54

Please sign in to comment.