You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesai4os#82
Sem-Ver: bugfix
0 commit comments