Skip to content

Commit a68e9f6

Browse files
authored
Merge pull request #43 from sergei-maertens/issue/41-pin-openapi-spec-validator
Pin openapi-spec-validator to versions < 0.5.0
2 parents aeb7185 + 55ad192 commit a68e9f6

File tree

3 files changed

+216
-75
lines changed

3 files changed

+216
-75
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest = ">=6.2.2"
1111

1212
[packages]
1313
prance = ">=0.20.2"
14-
openapi-spec-validator = ">=0.2.9"
14+
openapi-spec-validator = ">=0.2.9,<0.5.0"
1515

1616
[requires]
1717
python_version = "3.9"

0 commit comments

Comments
 (0)