Skip to content

Commit 2d479c4

Browse files
Allow openapi-spec-validator 0.7.x
1 parent 9032b86 commit 2d479c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)