Skip to content

Update sqlalchemy requirement from <2.1.0,>=2.0.50 to >=2.0.51,<2.1.0 in /server#1208

Merged
Tim020 merged 1 commit into
devfrom
dependabot/pip/server/dev/sqlalchemy-gte-2.0.51-and-lt-2.1.0
Jun 16, 2026
Merged

Update sqlalchemy requirement from <2.1.0,>=2.0.50 to >=2.0.51,<2.1.0 in /server#1208
Tim020 merged 1 commit into
devfrom
dependabot/pip/server/dev/sqlalchemy-gte-2.0.51-and-lt-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on sqlalchemy to permit the latest version.

Release notes

Sourced from sqlalchemy's releases.

2.0.51

Released: June 15, 2026

orm

  • [orm] [bug] Fixed issue where _orm.subqueryload() combined with PropComparator.of_type() and PropComparator.and_() would silently drop the additional filter criteria, causing all related objects to be loaded instead of only those matching the filter. The LoaderCriteriaOption was being constructed against the base entity rather than the effective entity indicated by PropComparator.of_type(). Pull request courtesy Arya Rizky.

    References: #13207

  • [orm] [bug] Fixed bug where a failure during tpc_prepare() within _orm.Session.commit() for a two-phase session would raise IllegalStateChangeError instead of the original database exception. The internal _prepare_impl() method's error handler was unable to invoke _orm.SessionTransaction.rollback() due to a state-change guard, preventing proper cleanup and masking the underlying error.

    References: #13356

engine

  • [engine] [bug] Fixed issue where Result.freeze() would lose track of ambiguous column names present in the original CursorResult, causing key-based access on the thawed result to silently return a value instead of raising InvalidRequestError. The SimpleResultMetaData now accepts and propagates ambiguous key information so that frozen, thawed, and pickled results raise consistently for duplicate column names. Pull request courtesy Saurabh Kohli.

    References: #9427

sql

  • [sql] [bug] Fixed issue where _sql.StatementLambdaElement would proxy attribute access through the cached "expected" expression rather than the resolved expression, causing stale closure-bound parameter values to be used when a lambda statement was extended with non-lambda criteria such as an additional .where() clause. Courtesy cjc0013.

    References: #10827

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 16, 2026
@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Client V3 Test Results

23 tests   23 ✅  0s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 285983b.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Python Test Results

  1 files    1 suites   1m 53s ⏱️
662 tests 662 ✅ 0 💤 0 ❌
667 runs  667 ✅ 0 💤 0 ❌

Results for commit 285983b.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Playwright E2E Results (chromium)

180 tests   180 ✅  1m 54s ⏱️
 14 suites    0 💤
  1 files      0 ❌

Results for commit 285983b.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Playwright E2E Results (firefox)

180 tests   180 ✅  1m 52s ⏱️
 14 suites    0 💤
  1 files      0 ❌

Results for commit 285983b.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Client Test Results

128 tests   128 ✅  0s ⏱️
  6 suites    0 💤
  1 files      0 ❌

Results for commit 285983b.

♻️ This comment has been updated with latest results.

@Tim020

Tim020 commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [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.51
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/server/dev/sqlalchemy-gte-2.0.51-and-lt-2.1.0 branch from f3c127a to 285983b Compare June 16, 2026 16:55
@sonarqubecloud

Copy link
Copy Markdown

@Tim020 Tim020 enabled auto-merge (squash) June 16, 2026 16:56
@Tim020 Tim020 merged commit 916a75f into dev Jun 16, 2026
32 checks passed
@Tim020 Tim020 deleted the dependabot/pip/server/dev/sqlalchemy-gte-2.0.51-and-lt-2.1.0 branch June 16, 2026 17:00
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.

1 participant