Skip to content

Commit 27cb341

Browse files
authored
Merge pull request #505 from python-openapi/feature/upgrade-schema-validator-0.9.0
Upgrade schema-validator 0.9
2 parents f407ed7 + 4413a52 commit 27cb341

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"jsonschema >=4.26.0,<5.0.0",
28-
"openapi-schema-validator >=0.7.3,<0.9.0",
28+
"openapi-schema-validator >=0.9.0,<0.10.0",
2929
"jsonschema-path >=0.4.3,<0.5.0",
3030
"lazy-object-proxy >=1.7.1,<2.0",
3131
"pydantic-settings (>=2.0.0,<3.0.0)",

0 commit comments

Comments
 (0)