Skip to content

Commit 4962f23

Browse files
committed
Restrict webargs versions
webargs 6.0.0 has incompatible changes for example: - Parser.use_args and Parser.use_kwargs now accept location (singular) instead of locations (plurala) close: #176
1 parent 98262df commit 4962f23

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
@@ -9,7 +9,7 @@
99
'flask>=0.10.1',
1010
'marshmallow>=2.0.0,<3.0.0rc6; python_version<"3"',
1111
'marshmallow>=2.0.0; python_version>="3"',
12-
'webargs>=0.18.0',
12+
'webargs>=0.18.0,<6.0.0',
1313
'apispec>=1.0.0',
1414
]
1515

0 commit comments

Comments
 (0)