Skip to content

Commit afcf3b4

Browse files
committed
jsonschema 4.17 dependency limit
1 parent 93fe60e commit afcf3b4

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
@@ -47,7 +47,7 @@ include = [
4747
]
4848

4949
[tool.poetry.dependencies]
50-
jsonschema = "^4.0.0"
50+
jsonschema = ">=4.0.0,<4.18.0"
5151
openapi-schema-validator = "^0.4.2"
5252
python = "^3.7.0"
5353
requests = {version = "*", optional = true}

0 commit comments

Comments
 (0)