desert icon indicating copy to clipboard operation
desert copied to clipboard

fix deprecation warnings related to marshmallow v4

Open mmerickel opened this issue 3 years ago • 0 comments

/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(

mmerickel avatar Mar 02 '22 16:03 mmerickel