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
RemovedInMarshmallow4Warning: The 'default' attribute of fields is deprecated. Use 'dump_default' instead.
Currently this project supports marshmallow>=3, so here are some ideas:
Fix both warnings and bump requirements.txt to marshmallow>=3.13.0
Keep current requirements and try to use new features in code, like use metadata= and dump_default= when detecting marhsmallow<3.13 (not sure if possible)
Ignore those and change the requirements to marshmallow>=3,<4
Another idea?
I'll be happy to help following your guidance.
Thank you
The text was updated successfully, but these errors were encountered:
Hello!
First, thank you for the tool!
I noticed there are some warnings from marshmallow that needs to be addressed:
since
marshmallow>=3.10.0
marshmallow-code/marshmallow@013abfdsince
marshmallow>=3.13.0
marshmallow-code/marshmallow@1db1a8aCurrently this project supports
marshmallow>=3
, so here are some ideas:marshmallow>=3.13.0
marhsmallow<3.13
(not sure if possible)marshmallow>=3,<4
Another idea?
I'll be happy to help following your guidance.
Thank you
The text was updated successfully, but these errors were encountered: