Skip to content

Commit 626b371

Browse files
authored
Merge pull request #459 from python-openapi/feature/jsonschema-path-and-openapi-schema-validator-upgrades
Jsonschema-path 0.4 and openapi-schema-validator 0.7 upgrades
2 parents 34f3842 + f5e7f21 commit 626b371

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

poetry.lock

Lines changed: 16 additions & 16 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
@@ -25,8 +25,8 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"jsonschema >=4.24.0,<4.25.0",
28-
"openapi-schema-validator >=0.6.1,<0.7.0",
29-
"jsonschema-path >=0.4.0b8,<0.5.0",
28+
"openapi-schema-validator >=0.7.0,<0.8.0",
29+
"jsonschema-path >=0.4.2,<0.5.0",
3030
"lazy-object-proxy >=1.7.1,<2.0",
3131
]
3232

0 commit comments

Comments
 (0)