Support SQLAlchemy 2.0 (:pr:494).
Thanks :user:dependabot for the PR.
Enable (in tests) and fix SQLAlchemy 2.0 compatibility warnings (:pr:493).
Bug fixes:
Use mapper .attrs rather than .get_property and .iterate_properties
to ensure registry.configure is called (call removed in SQLAlchemy 2.0.2)
(:issue:487).
Thanks :user:ddoyon92 for the PR.
Other changes:
Drop support for SQLAlchemy 1.3, which is EOL (:pr:493).
0.28.2 (2023-02-23)
+++++++++++++++++++
Bug fixes:
Use .scalar_subquery() for SQLAlchemy>1.4 to suppress a warning (:issue:459).
Thanks :user:indiVar0508 for the PR.
Other changes:
Lock SQLAlchemy<2.0 in setup.py. SQLAlchemy 2.x is not supported (:pr:486).
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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)
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps marshmallow-sqlalchemy from 0.28.1 to 0.29.0.
Changelog
Sourced from marshmallow-sqlalchemy's changelog.
Commits
bafce33
Bump version and update changelog7f683d1
Merge pull request #494 from marshmallow-code/dependabot/pip/sqlalchemy-gte-1...678e808
Update sqlalchemy requirement from <2.0,>=1.4.40 to >=1.4.40,<3.0f48ad19
Merge pull request #495 from ddoyon92/dd/fix/iterate_properties6a737be
Modify AUTHORS.rst with new contributorb6c0fcc
Change other references to mapper.get_property() -> mapper.attrs.get() to ens...17dead5
mapper.iterate_properties and mapper.get_properties() don't have implicit cal...008e792
Update CHANGELOG42830ef
Merge pull request #493 from marshmallow-code/sqla_1.4219c29e
Run blackDependabot 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)