Skip to content

Commit 4be36aa

Browse files
authored
Merge pull request #177 from saydamir/restrict_webargs_versions
Restrict webargs versions
2 parents 98262df + 4962f23 commit 4be36aa

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)