Skip to content

Commit 3a29b2f

Browse files
committed
Upgrade jsonschema-path
1 parent 1ece445 commit 3a29b2f

File tree

2 files changed

+75
-23
lines changed

2 files changed

+75
-23
lines changed

poetry.lock

Lines changed: 73 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ isodate = "*"
6969
more-itertools = "*"
7070
parse = "*"
7171
openapi-schema-validator = "^0.6.0"
72-
openapi-spec-validator = "^0.7.1"
72+
openapi-spec-validator = {version = "^0.8.0a1", allow-prereleases = true}
7373
requests = {version = "*", optional = true}
7474
# werkzeug 3.1.2 changed the definition of Headers
7575
# See https://github.com/python-openapi/openapi-core/issues/938
7676
werkzeug = "<3.1.2"
77-
jsonschema-path = "^0.3.4"
77+
jsonschema-path = {version = "^0.4.0a1", allow-prereleases = true}
7878
jsonschema = "^4.23.0"
7979
multidict = {version = "^6.0.4", optional = true}
8080
aioitertools = {version = ">=0.11,<0.13", optional = true}

0 commit comments

Comments
 (0)