Skip to content

Commit b00825f

Browse files
committed
Pin webargs version <6.0.0
Webargs >= 6.0.0 introduced a breaking change where schema fields may not specify a location any longer. We need to change our code to specify per-location schemas (easy) but aiohttp-apispec is not ready yet until maximdanilchenko/aiohttp-apispec/83 is fixed. This change pins the webargs version to something below 6.0.0 so that things are not borken. Fixes ai4os#82 Sem-Ver: bugfix
1 parent 00130be commit b00825f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ aiohttp-apispec>=2.2.0
1414

1515
werkzeug>=0.16.0
1616
marshmallow>=3.2.1
17-
webargs>=5.5.2
17+
webargs>=5.5.2,<6.0.0
1818

1919
jsonschema>=2.6.0

0 commit comments

Comments
 (0)