Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant