marshmallow-jsonapi icon indicating copy to clipboard operation
marshmallow-jsonapi copied to clipboard

change marshmallow requirement after dropping marshmallow v2 support

Open mjhanke opened this issue 2 years ago • 0 comments

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 https://github.com/marshmallow-code/marshmallow-jsonapi/pull/332

mjhanke avatar Apr 20 '22 18:04 mjhanke