Skip to content

Update marshmallow-sqlalchemy requirement from >=1.4.0 to >=1.5.0 in /server#974

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/server/dev/marshmallow-sqlalchemy-gte-1.5.0
Open

Update marshmallow-sqlalchemy requirement from >=1.4.0 to >=1.5.0 in /server#974
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/server/dev/marshmallow-sqlalchemy-gte-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updates the requirements on marshmallow-sqlalchemy to permit the latest version.

Changelog

Sourced from marshmallow-sqlalchemy's changelog.

1.5.0 (2026-04-01) ++++++++++++++++++

Bug fixes:

  • Fix memory usage regression from 1.4.1 (1.4.2 didn't address the root cause) (:issue:665).

Other changes:

  • Drop support for Python 3.9, which is EOL. Support Python 3.10-3.14.

1.4.2 (2025-04-09) ++++++++++++++++++

Bug fixes:

  • Fix memory usage regression in 1.4.1 (:issue:665). Thanks :user:mistercrunch for reporting and sending a PR.

1.4.1 (2025-02-10) ++++++++++++++++++

Bug fixes:

  • Fix inheritance of declared fields that match then name of a foreign key column when the include_fk option is set to False (:pr:657). Thanks :user:carterjc for the PR.

1.4.0 (2025-01-19) ++++++++++++++++++

Bug fixes:

  • Fix handling of arrays of enums and multidimensional arrays (:issue:653). Thanks :user:carterjc for reporting and investigating the fix.
  • Fix handling of sqlalchemy.PickleType columns (:issue:394) Thanks :user:Eyon42 for reporting.

Other changes:

  • Passing arbitrary keyword arguments to auto_field <marshmallow_sqlalchemy.auto_field> is no longer supported (:pr:647). Use the metadata argument to pass metadata to the generated field instead.

.. code-block:: python

# Before
auto_field(description="The name of the artist")
# On marshmallow 3, this raises a warning: "RemovedInMarshmallow4Warning: Passing field metadata as keyword arguments is deprecated."
# On marshmallow 4, this raises an error: "TypeError: Field.__init__() got an unexpected keyword argument 'description'"

... (truncated)

Commits
  • 321e3a4 Bump version and update changelog
  • 8148cb9 Reduce memory usage by avoiding issubclass(Schema) (#703)
  • b7da40a Remove redundant python-version
  • 071de7e Migrate to uv and dependency groups (#702)
  • 01fccd9 [pre-commit.ci] pre-commit autoupdate (#701)
  • 58d61da Bump actions/download-artifact from 7 to 8
  • 74751f8 Bump actions/upload-artifact from 6 to 7
  • c7428f7 [pre-commit.ci] pre-commit autoupdate (#698)
  • ab558ec [pre-commit.ci] pre-commit autoupdate (#697)
  • 0628aaa Update pytest requirement from <9 to <10 (#696)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) to permit the latest version.
- [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow-sqlalchemy@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: marshmallow-sqlalchemy
  dependency-version: 1.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 22, 2026
@github-actions
Copy link
Copy Markdown

Client Test Results

99 tests  ±0   99 ✅ ±0   0s ⏱️ ±0s
 4 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 05f8923. ± Comparison against base commit f6c337b.

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Python Test Results

  1 files  ±0    1 suites  ±0   1m 9s ⏱️ -4s
562 tests ±0  562 ✅ ±0  0 💤 ±0  0 ❌ ±0 
567 runs  ±0  567 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 05f8923. ± Comparison against base commit f6c337b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants