Bump marshmallow from 3.9.0 to 3.11.0
Bumps marshmallow from 3.9.0 to 3.11.0.
Changelog
Sourced from marshmallow's changelog.
3.11.0 (2021-03-28)
Features:
- Add
fields.IPInterface
,fields.IPv4Interface
, andIPv6Interface
(:issue:1733
). Thanks :user:madeinoz67
for the suggestion and the PR.- Raise
AttributeError
for missing methods when usingfields.Method
(🇵🇷 1675
). Thanks :user:lassandroan
.Other changes:
- Remove unnecessary
hasattr
andgetattr
checks inField
(🇵🇷 1770
).3.10.0 (2020-12-19)
Deprecations:
- Passing field metadata via keyword arguments is deprecated and will be removed in marshmallow 4 (:issue:
1350
). Use the explicitmetadata=...
argument instead. Thanks :user:sirosen
.3.9.1 (2020-11-07)
Bug fixes:
- Cast to mapping type in
Mapping.serialize
andMapping.deserialize
(🇵🇷 1685
).- Fix bug letting
Dict
pass invalid dict on deserialization when no key or valueField
is specified (🇵🇷 1685
).
Commits
-
b297db9
Bump version and update changelog -
9ac3241
Remove useless hasattr / gettatr checks inField
(#1770) -
fb63e33
Raise AttributeError when missing Schema methods (#1675) -
4d70481
Revert "Bump sphinx from 3.4.3 to 3.5.3 (#1769)" (#1772) -
be94fd7
Bump sphinx from 3.4.3 to 3.5.3 (#1769) -
4df24f2
Bump license year -
2d4aa37
Bump flake8 from 3.8.4 to 3.9.0 -
db56daa
Bump flake8-bugbear from 21.3.1 to 21.3.2 -
19f1cad
Bump flake8-bugbear from 20.11.1 to 21.3.1 -
7b5a78d
Bump mypy from 0.800 to 0.812 - Additional commits viewable in compare view