Hey folks is anyone else getting a deprecation war...
# ask-community
e
Hey folks is anyone else getting a deprecation warning on marshmallow? Something like:
Copy code
...
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198: RemovedInMarshmallow4Warning: Passing field metadata as a keyword arg is deprecated. Use the explicit `metadata=...` argument instead.
...
Tried to update to the latest version of prefect and still no joy!
n
Yes, I suppose some changes in the usage still needs to be performed
k
Hi @Elliot Oram! I’ll bring this up to the team.
e
Awesome thanks 👍
k
Do you have a simple flow to reproduce this and what is your Prefect version?
Can you try with Python 3.8 as well because 3.9 is experimental?
n
Hey Kevin, I’ve seen this on Python 3.8 when using
prefect.utilities.debug.is_serializable
from pytest.
k
Perfect thanks for the info.
🙌 1
@Marvin open “Marshmallow Deprecation Warning”
103 Views