desert
desert copied to clipboard
fix deprecation warnings related to marshmallow v4
/app/env/lib/python3.9/site-packages/marshmallow/fields.py:439: RemovedInMarshmallow4Warning: The 'default' attribute of fields is deprecated. Use 'dump_default' instead.
warnings.warn(
/app/env/lib/python3.9/site-packages/marshmallow/fields.py:457: RemovedInMarshmallow4Warning: The 'missing' attribute of fields is deprecated. Use 'load_default' instead.
warnings.warn(
/app/env/lib/python3.9/site-packages/marshmallow/fields.py:448: RemovedInMarshmallow4Warning: The 'default' attribute of fields is deprecated. Use 'dump_default' instead.
warnings.warn(
/app/env/lib/python3.9/site-packages/marshmallow/fields.py:466: RemovedInMarshmallow4Warning: The 'missing' attribute of fields is deprecated. Use 'load_default' instead.
warnings.warn(