Skip to content

chore(deps): bump sqlalchemy from 2.0.51 to 2.0.52 in /src/backend - #180

Merged
keting merged 1 commit into
mainfrom
dependabot/uv/src/backend/sqlalchemy-2.0.52
Sep 1, 2026
Merged

keting merged 1 commit into
mainfrom
dependabot/uv/src/backend/sqlalchemy-2.0.52

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps sqlalchemy from 2.0.51 to 2.0.52.

Release notes

Sourced from sqlalchemy's releases.

2.0.52

Released: August 11, 2026

platform

  • [platform] [bug] Python 3.15 support has been added and tested, including minimal changes for full compatibility.

    References: #13477

orm

  • [orm] [bug] Fixed a result-column misalignment bug in ORM-enabled UPDATE statements where synchronize_session="fetch" is in use, either explicitly or because the statement uses constructs such as CTEs that implicitly select for it. Columns in rows returned by .returning() could be returned under incorrect keys (e.g. row[SomeClass.a] returning the value of a different column), a problem most likely to manifest under concurrent workloads. ORM DELETE statements were not affected.

    References: #13439

  • [orm] [bug] Fixed bug where a failed _orm.Session.bulk_insert_mappings(), _orm.Session.bulk_update_mappings() or _orm.Session.bulk_save_objects() call could leave the _orm.Session permanently in a "flushing" state, such as when the transaction could not be begun because a previous flush had left it needing a rollback. Unlike _orm.Session.flush(), the bulk methods set the internal flushing flag and began the transaction outside of the try/finally block that resets it, so that neither _orm.Session.rollback() nor _orm.Session.close() would clear it, and every subsequent flush would raise InvalidRequestError: Session is already flushing. Pull request courtesy Hamody We.

    References: #13485

  • [orm] [bug] Fixed issue where unpickling an ORM object that were loaded using loader options making use of wildcard tokens, such as _orm.load_only() or _orm.raiseload() with "*", would fail with KeyError or IndexError if the process doing the unpickling had not yet constructed a loader path making use of that same token. This would typically be observed when the object were unpickled in a separate process, such as with the spawn or forkserver multiprocessing start methods, the latter of which became the default on POSIX platforms as of Python 3.14. The internal collection of these tokens is now established up front, so that it is identical in every process.

... (truncated)

Commits

@dependabot dependabot Bot added area:backend Backend / Python / FastAPI related dependencies Dependency updates labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from keting as a code owner September 1, 2026 02:18
@dependabot dependabot Bot added dependencies Dependency updates area:backend Backend / Python / FastAPI related labels Sep 1, 2026

@keting keting left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed dependency and lockfile-only diff; required CI checks pass. Combined target versions were also tested locally.

@dependabot
dependabot Bot force-pushed the dependabot/uv/src/backend/sqlalchemy-2.0.52 branch 3 times, most recently from e4bd6e5 to 60dd0f5 Compare September 1, 2026 03:33
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.51 to 2.0.52.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-version: 2.0.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@keting
keting force-pushed the dependabot/uv/src/backend/sqlalchemy-2.0.52 branch from 60dd0f5 to 60655df Compare September 1, 2026 03:36
@keting
keting merged commit e26a6ea into main Sep 1, 2026
9 checks passed
@keting
keting deleted the dependabot/uv/src/backend/sqlalchemy-2.0.52 branch September 1, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend Backend / Python / FastAPI related dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant