Skip to content

Commit 7e88c92

Browse files
authored
Merge pull request #73 from python-openapi/fix/jsonschema-4.17-dependency-limit
jsonschema 4.17 dependency limit
2 parents 9d35e6d + e107e5c commit 7e88c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ include = [
4747

4848
[tool.poetry.dependencies]
4949
python = "^3.7.0"
50-
jsonschema = "^4.0.0"
50+
jsonschema = ">=4.0.0,<4.18.0"
5151
rfc3339-validator = "*"
5252
sphinx = {version = "^5.3.0", optional = true}
5353
sphinx-immaterial = {version = "^0.11.0", optional = true}

0 commit comments

Comments
 (0)