mirror of https://gitlab.com/tildes/tildes.git
Browse Source
webargs 5.0.0 makes a behavior change to its @use_args / @use_kwargs decorators that makes it so that optional/missing arguments are no longer filled: https://github.com/marshmallow-code/webargs/issues/342 This breaks how I'm currently doing some views with missing arguments (such as views.topic.get_group_topics), so to be able to upgrade to 5.0 we will need to either update the views or the schemas.merge-requests/55/head
Deimos
6 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue