Skip to content

Bump marshmallow from 3.9.0 to 3.11.1

Norman Ziegner requested to merge dependabot/pip/marshmallow-3.11.1 into master

Bumps marshmallow from 3.9.0 to 3.11.1.

Changelog

Sourced from marshmallow's changelog.

3.11.1 (2021-03-29)


Bug fixes:

  • Fix treatment of dotted keys when unknown=INCLUDE (:issue:1506). Thanks :user:rbu for reporting and thanks :user:sirosen for the fix (🇵🇷1745).

3.11.0 (2021-03-28)


Features:

  • Add fields.IPInterface, fields.IPv4Interface, and IPv6Interface (:issue:1733). Thanks :user:madeinoz67 for the suggestion and the PR.
  • Raise AttributeError for missing methods when using fields.Method (🇵🇷1675). Thanks :user:lassandroan.

Other changes:

  • Remove unnecessary hasattr and getattr checks in Field (🇵🇷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 explicit metadata=... argument instead. Thanks :user:sirosen.

3.9.1 (2020-11-07)


Bug fixes:

  • Cast to mapping type in Mapping.serialize and Mapping.deserialize (🇵🇷1685).
  • Fix bug letting Dict pass invalid dict on deserialization when no key or value Field is specified (🇵🇷1685).
Commits

Merge request reports