Skip to content

Commit

Permalink
bump jsonschema range
Browse files Browse the repository at this point in the history
I don't know if this is going to fail or not, but I just wanted to try and move the conversation forward for #43. it would be good to know from the maintainers, if there was a specific reason behind the strict range and if we can fix that
  • Loading branch information
itajaja authored Oct 5, 2021
1 parent 0df5196 commit 9dcf2e6
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 @@ -2,7 +2,7 @@

requires = [
"python-dateutil>=2.8,<2.9",
"jsonschema<3.2,>=3.0",
"jsonschema<4.0,>=3.0",
'dataclasses>=0.6,<0.9;python_version<"3.7"',
]

Expand Down

0 comments on commit 9dcf2e6

Please sign in to comment.