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

Update marshmallow version to the latest #50

Open
mahenzon opened this issue May 30, 2021 · 0 comments
Open

Update marshmallow version to the latest #50

mahenzon opened this issue May 30, 2021 · 0 comments
Milestone

Comments

@mahenzon
Copy link
Collaborator

Right now marshmallow 3.2.1 (2019-09-30) is used
Latest version is 3.12.1 (2021-05-10)

The only change I could find is this:

Passing the string "self" to fields.Nested is deprecated. Use a callable instead.
3.3.0 (2019-12-05)
https://marshmallow.readthedocs.io/en/stable/changelog.html#id17

Otherwise only additions / fixes / improvements which don't affect our usage.

Can't find anything breaking, but better test it before releasing (probably adding coverage would help)

Planning for v1.1.0

@mahenzon mahenzon added this to the 1.1.0 milestone May 30, 2021
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

No branches or pull requests

1 participant