Skip to content

Commit 6b8ed6b

Browse files
authored
Merge pull request #36 from p1c2u/fix/limit-jsonschema-dependency
Limit jsonschema dependency
2 parents b592686 + 65418a5 commit 6b8ed6b

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)