Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Fixed marshmallow 3.x deprecation warnings #422

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

vladmunteanu
Copy link

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

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.
@vladmunteanu
Copy link
Author

vladmunteanu commented Dec 7, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant