Skip to content

Commit 4054861

Browse files
authored
Merge pull request #685 from musicinmybrain/openapi-spec-validator-0.7.0
Allow openapi-spec-validator 0.7.x, and update it from 0.6.0 to 0.7.0
2 parents 9032b86 + 1348741 commit 4054861

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ isodate = "*"
6969
more-itertools = "*"
7070
parse = "*"
7171
openapi-schema-validator = "^0.6.0"
72-
openapi-spec-validator = "^0.6.0"
72+
openapi-spec-validator = ">=0.6.0,<0.8.0"
7373
requests = {version = "*", optional = true}
7474
werkzeug = "*"
7575
jsonschema-spec = "^0.2.3"

0 commit comments

Comments
 (0)