We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now marshmallow 3.2.1 (2019-09-30) is used Latest version is 3.12.1 (2021-05-10)
3.2.1 (2019-09-30)
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
3.3.0 (2019-12-05)
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now marshmallow
3.2.1 (2019-09-30)
is usedLatest version is
3.12.1 (2021-05-10)
The only change I could find is this:
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
The text was updated successfully, but these errors were encountered: