Skip to content

Commit b06ba97

Browse files
committed
Upgrade jsonschema
1 parent dac7d3e commit b06ba97

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

poetry.lock

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

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,11 @@ requests = {version = "*", optional = true}
7676
# See https://github.com/python-openapi/openapi-core/issues/938
7777
werkzeug = "<3.1.2"
7878
jsonschema-path = "^0.3.4"
79-
jsonschema = "^4.18.0"
79+
jsonschema = "^4.23.0"
8080
multidict = {version = "^6.0.4", optional = true}
8181
aioitertools = {version = ">=0.11,<0.13", optional = true}
8282
fastapi = {version = ">=0.111,<0.116", optional = true}
8383
typing-extensions = "^4.8.0"
84-
rpds-py = "^0.24.0"
8584

8685
[tool.poetry.extras]
8786
django = ["django"]

0 commit comments

Comments
 (0)