Skip to content

Commit b5cf2a2

Browse files
committed
Upgrade jsonschema-path
1 parent f801a4f commit b5cf2a2

File tree

2 files changed

+32
-25
lines changed

2 files changed

+32
-25
lines changed

poetry.lock

Lines changed: 30 additions & 23 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
@@ -68,10 +68,10 @@ starlette = {version = ">=0.26.1,<0.50.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"
7070
openapi-schema-validator = "^0.6.0"
71-
openapi-spec-validator = "^0.7.1"
71+
openapi-spec-validator = {version = "^0.8.0b2", allow-prereleases = true}
7272
requests = {version = "*", optional = true}
7373
werkzeug = ">=2.1.0"
74-
jsonschema-path = "^0.3.4"
74+
jsonschema-path = {version = "^0.4.0b2", allow-prereleases = true}
7575
jsonschema = "^4.23.0"
7676
multidict = {version = "^6.0.4", optional = true}
7777
aioitertools = {version = ">=0.11,<0.14", optional = true}

0 commit comments

Comments
 (0)