Skip to content

Commit cbe84d2

Browse files
committed
Require marshmallow >= 3.18
1 parent 2261de9 commit cbe84d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
INSTALL_REQUIRES = "packaging>=21.3"
55

66
EXTRAS_REQUIRE = {
7-
"marshmallow": ["marshmallow>=3.13.0"],
7+
"marshmallow": ["marshmallow>=3.18.0"],
88
"yaml": ["PyYAML>=3.10"],
99
"validation": ["prance[osv]>=0.11", "openapi_spec_validator<0.5"],
1010
"lint": [

0 commit comments

Comments
 (0)