Skip to content

Update dependency marshmallow to v4.3.0#186

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/marshmallow-4.x
Open

Update dependency marshmallow to v4.3.0#186
renovate[bot] wants to merge 1 commit intodevfrom
renovate/marshmallow-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
marshmallow (changelog) ==4.0.1==4.3.0 age confidence

Release Notes

marshmallow-code/marshmallow (marshmallow)

v4.3.0

Compare Source

Features:

  • Add pre_load and post_load parameters to marshmallow.fields.Field for
    field-level pre- and post-processing (:issue:2787).
  • Typing: improvements to marshmallow.validate (:pr:2940).

v4.2.4

Compare Source

Bug fixes:

  • marshmallow.validate.URL and marshmallow.validate.Email accept Internationalized Domain Names (IDNs) (:issue:2821, :issue:2936).
    marshmallow.validate.Email also correctly rejects IDN domains with leading/trailing hyphens.
    Thanks :user:touhidurrr for the report.
  • Typing: Fix typing of nested in marshmallow.fields.Nested (:pr:2935).

v4.2.3

Compare Source

Bug fixes:

  • Make marshmallow.fields.Number and marshmallow.fields.Mapping abstract base classes to
    prevent using them within Schemas (:issue:2924). Thanks :user:MartingaleCoda for reporting.
  • Allow required to be set on marshmallow.fields.Contant (:issue:2900).
    Thanks :user:nosnickid for the report and :user:worksbyfriday for the PR.
  • Fix marshmallow.validate.OneOf emitting extra pairs when labels outnumber choices (:issue:2869).
    Thanks: user:T90REAL for the report and :user:rstar327 for the PR.
  • Fix behavior when passing a dot-delimited attribute name to partial for a key with data_key set (:pr:2903).
    Thanks :user:bysiber for the PR.
  • Fix Enum field by-name lookup to only return actual members (:pr:2902).
    Thanks :user:bysiber for the PR.
  • marshmallow.fields.DateTime with format="timestamp_ms" properly
    rejects bool values (:pr:2904). Thanks :user:bysiber for the PR.
  • Fix typing of error_essages argument to marshmallow.fields.Field (:pr:1636).
    Thanks :user:repole for reporting and :user:dhruvildarji for the PR.

Other changes:

  • Add ipaddress.* to marshmallow.Schema.TYPE_MAPPING (:issue:1695).
    Thanks :user:liberforce for the suggestion and :user:dhruvildarji for the PR.

v4.2.2

Compare Source

Bug fixes:

  • Fix behavior of fields.Contant(None) (:issue:2868).
    Thanks :user:T90REAL for reporting and emmanuel-ferdman for the fix.

v4.2.1

Compare Source

Bug fixes:

  • Fix validation of URLs beginning with uppercare FILE (:issue:2891).
    Thanks :user:thanhlecongg for reporting and fixing.

v4.2.0

Compare Source

Other changes:

  • many argument of Nested properly overrides schema instance
    value (:pr:2854). Thanks :user:jafournier for the PR.

v4.1.2

Compare Source

Bug fixes:

  • :cve:2025-68480: Merge error store messages without rebuilding collections.
    Thanks 카푸치노 for reporting and :user:deckar01 for the fix.

v4.1.1

Compare Source

Bug fixes:

  • Ensure URL validator is case-insensitive when using custom schemes (:pr:2874).
    Thanks :user:T90REAL for the PR.

v4.1.0

Compare Source

Other changes:

  • Add __len__ implementation to missing so that it can be used with
    validate.Length <marshmallow.validate.Length> (:pr:2861).
    Thanks :user:agentgodzilla for the PR.
  • Drop support for Python 3.9 (:pr:2363).
  • Test against Python 3.14 (:pr:2864).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency marshmallow to v4.1.0 Update dependency marshmallow to v4.1.1 Dec 6, 2025
@renovate renovate Bot force-pushed the renovate/marshmallow-4.x branch from fe1e4b8 to 85fe75c Compare December 6, 2025 02:44
@renovate renovate Bot changed the title Update dependency marshmallow to v4.1.1 Update dependency marshmallow to v4.1.2 Dec 22, 2025
@renovate renovate Bot force-pushed the renovate/marshmallow-4.x branch from 85fe75c to 97dc13a Compare December 22, 2025 09:15
@renovate renovate Bot changed the title Update dependency marshmallow to v4.1.2 Update dependency marshmallow to v4.2.0 Jan 4, 2026
@renovate renovate Bot force-pushed the renovate/marshmallow-4.x branch from 97dc13a to c5153c0 Compare January 4, 2026 18:10
@renovate renovate Bot changed the title Update dependency marshmallow to v4.2.0 Update dependency marshmallow to v4.2.1 Jan 23, 2026
@renovate renovate Bot force-pushed the renovate/marshmallow-4.x branch from c5153c0 to 6596b7b Compare January 23, 2026 13:38
@renovate renovate Bot force-pushed the renovate/marshmallow-4.x branch from 6596b7b to 5800f6a Compare February 4, 2026 17:38
@renovate renovate Bot changed the title Update dependency marshmallow to v4.2.1 Update dependency marshmallow to v4.2.2 Feb 4, 2026
@renovate renovate Bot changed the title Update dependency marshmallow to v4.2.2 Update dependency marshmallow to v4.2.3 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/marshmallow-4.x branch from 5800f6a to 4faa2ad Compare March 26, 2026 00:59
@renovate renovate Bot changed the title Update dependency marshmallow to v4.2.3 Update dependency marshmallow to v4.2.4 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/marshmallow-4.x branch from 4faa2ad to ce12cf5 Compare April 2, 2026 13:50
@renovate renovate Bot force-pushed the renovate/marshmallow-4.x branch from ce12cf5 to 19530b7 Compare April 4, 2026 02:01
@renovate renovate Bot changed the title Update dependency marshmallow to v4.2.4 Update dependency marshmallow to v4.3.0 Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants