Skip to content

Commit e107e5c

Browse files
committed
jsonschema 4.17 dependency limit
1 parent 9d35e6d commit e107e5c

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)