Skip to content

Commit 62e48ef

Browse files
authored
Merge pull request #475 from python-openapi/feature/accept-openapi-schema-validator-non-breaking-changes-version
Accept openapi-schema-validator non-breaking changes version
2 parents ce9989c + 5de0bd3 commit 62e48ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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.24.0,<4.25.0",
28-
"openapi-schema-validator >=0.8.0,<0.9.0",
28+
"openapi-schema-validator >=0.7.3,<0.9.0",
2929
"jsonschema-path >=0.4.2,<0.5.0",
3030
"lazy-object-proxy >=1.7.1,<2.0",
3131
]

0 commit comments

Comments
 (0)