Skip to content

Commit

Permalink
Merge pull request #849 from marshmallow-code/unpin_openapi_spec_vali…
Browse files Browse the repository at this point in the history
…dator

Don't pin openapi_spec_validator
  • Loading branch information
lafrech authored Jul 11, 2023
2 parents 9bba672 + 26bf472 commit 95d73b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
EXTRAS_REQUIRE = {
"marshmallow": ["marshmallow>=3.18.0"],
"yaml": ["PyYAML>=3.10"],
"validation": ["prance[osv]>=0.11", "openapi_spec_validator<0.5"],
"validation": ["prance[osv]>=0.11"],
"lint": [
"flake8==5.0.4",
"flake8-bugbear==22.9.23",
Expand Down

0 comments on commit 95d73b4

Please sign in to comment.