marshmallow-jsonapi
marshmallow-jsonapi copied to clipboard
Fixed marshmallow 3.x deprecation warnings
Replaced usage of default with dump_default.
Replaced usage of missing with load_default.
Replaced usage of dump_to and load_to with data_key.
IMO, this is necessary if the library wishes to stay up to date with marshmallow 3.x
Documentation builds are failing right now, and I guess it is because dependencies were not pinned.
I can attempt to fix that by pinning dependencies in requirements.txt, if the maintainers agree.