Skip to content

Bump marshmallow from 2.18.0 to 3.9.0

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

Bumps marshmallow from 2.18.0 to 3.9.0.

Changelog

Sourced from marshmallow's changelog.

3.9.0 (2020-10-31)


Features:

  • Add format argument to fields.Time and timeformat class Meta option (:issue:686). Thanks :user:BennyAlex for the suggestion and thanks :user:infinityxxx for the PR.

Other changes:

  • Remove usage of implicit typing.Optional (:issue:1663). Thanks :user:nadega for the PR.

3.8.0 (2020-09-16)


Features:

  • Add fields.IP, fields.IPv4 and fields.IPv6 (🇵🇷1485). Thanks :user:mgetka for the PR.

Bug fixes:

  • Fix typing in AwareDateTime (🇵🇷1658). Thanks :user:adithyabsk for reporting.

3.7.1 (2020-07-20)


Bug fixes:

  • fields.Boolean correctly serializes non-hashable types (🇵🇷1633). Thanks :user:jun0jang for the PR.

3.7.0 (2020-07-08)


Deprecations:

  • marshmallow.pprint is deprecated and will be removed in marshmallow 4 (:issue:1588).

Support:

  • Document default_error_messages on field classes (🇵🇷1619). Thanks :user:weeix.

Bug fixes:

  • Fix passing only and exclude to Nested with an ordered Schema (🇵🇷1627). Thanks :user:juannorris for the PR.
... (truncated)
Commits

Merge request reports