Skip to content

Commit 65418a5

Browse files
committed
Limit jsonschema dependency
1 parent b592686 commit 65418a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232

3333
[tool.poetry.dependencies]
3434
python = "^3.7.0"
35-
jsonschema = "*"
35+
jsonschema = ">=3.0.0, <5.0.0"
3636
rfc3339-validator = {version = "*", optional = true}
3737
strict-rfc3339 = {version = "*", optional = true}
3838
isodate = {version = "*", optional = true}

0 commit comments

Comments
 (0)