Skip to content

Commit

Permalink
fix: Add upper bound on jsonschema of 4.9.1 (#40)
Browse files Browse the repository at this point in the history
* Add upper bound of 'jsonschema<=4.9.1' as an emergency temporary workaround.
   - c.f. #38
* This should not be done, and should be viewed as temporary only for release v0.10.8.
  • Loading branch information
matthewfeickert committed Feb 8, 2023
1 parent 8853b0e commit 0c93444
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 @@ -14,7 +14,7 @@
'jsonref',
'pyyaml',
'requests[security]>=2.9',
'jsonschema',
'jsonschema<=4.9.1', # c.f. https://github.com/yadage/yadage-schemas/issues/38
'click',
'six>=1.4.0', # six.moves added in six v1.4.0
],
Expand Down

0 comments on commit 0c93444

Please sign in to comment.