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
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