Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mm): Replace deprecated Marshmallow Field parameters
In Marshmallow 3.13.0, the `default` and `missing` parameters of the `Field` object were deprecated and replaced with `dump_default` and `load_default` respectively. fixes: #328
- Loading branch information