sloria / environs

simplified environment variable parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemovedInMarshmallow4Warning: The 'missing' argument to fields is deprecated

aobcvr opened this issue · comments

default: typing.Any = ma.missing,

https://github.com/marshmallow-code/marshmallow/blob/afe4ddfa173ce717af281130a7532509de297d1e/src/marshmallow/fields.py#L454-L461

/home/sid/.local/lib/python3.9/site-packages/marshmallow/fields.py:181: RemovedInMarshmallow4Warning: The 'missing' argument to fields is deprecated. Use 'load_default' instead.