Skip to content

Commit

Permalink
Remove artificial cap on jsonschema dependency (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates authored Jan 10, 2023
1 parent 41abf33 commit 1aa5702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"jsonschema[format-nongpl,format_nongpl]>=3.2.0,<4",
"jsonschema[format-nongpl,format_nongpl]>=3.2.0",
"python-json-logger>=2.0.4",
"pyyaml>=6.0",
"traitlets>=5.3",
Expand Down

0 comments on commit 1aa5702

Please sign in to comment.