This repository was archived by the owner on Jun 6, 2024. It is now read-only.
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
change marshmallow requirement after dropping marshmallow v2 support #424
Open
Description
changelog v0.24.0:
Drop support for marshmallow 2, which is now EOL (#332).
install requirements v0.24.0:
INSTALL_REQUIRES = ("marshmallow>=2.15.2",)
the setup.py
file should be updated to reflect no longer supporting marshmallow<3
after #332
Metadata
Metadata
Assignees
Labels
No labels