We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2261de9 commit cbe84d2Copy full SHA for cbe84d2
setup.py
@@ -4,7 +4,7 @@
4
INSTALL_REQUIRES = "packaging>=21.3"
5
6
EXTRAS_REQUIRE = {
7
- "marshmallow": ["marshmallow>=3.13.0"],
+ "marshmallow": ["marshmallow>=3.18.0"],
8
"yaml": ["PyYAML>=3.10"],
9
"validation": ["prance[osv]>=0.11", "openapi_spec_validator<0.5"],
10
"lint": [
0 commit comments