Skip to content

Update sqlalchemy requirement from <2.1.0,>=2.0.0 to >=2.0.49,<2.1.0 in /server#973

Merged
Tim020 merged 1 commit intodevfrom
dependabot/pip/server/dev/sqlalchemy-gte-2.0.49-and-lt-2.1.0
Apr 25, 2026
Merged

Update sqlalchemy requirement from <2.1.0,>=2.0.0 to >=2.0.49,<2.1.0 in /server#973
Tim020 merged 1 commit intodevfrom
dependabot/pip/server/dev/sqlalchemy-gte-2.0.49-and-lt-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on sqlalchemy to permit the latest version.

Release notes

Sourced from sqlalchemy's releases.

2.0.49

Released: April 3, 2026

orm

  • [orm] [bug] Fixed issue where _orm.Session.get() would bypass the identity map and emit unnecessary SQL when with_for_update=False was passed, rather than treating it equivalently to the default of None. Pull request courtesy of Joshua Swanson.

    References: #13176

  • [orm] [bug] Fixed issue where chained _orm.joinedload() options would not be applied correctly when the final relationship in the chain is declared on a base mapper and accessed through a subclass mapper in a _orm.with_polymorphic() query. The path registry now correctly computes the natural path when a property declared on a base class is accessed through a path containing a subclass mapper, ensuring the loader option can be located during query compilation.

    References: #13193

  • [orm] [bug] [inheritance] Fixed issue where using _orm.Load.options() to apply a chained loader option such as _orm.joinedload() or _orm.selectinload() with _orm.PropComparator.of_type() for a polymorphic relationship would not generate the necessary clauses for the polymorphic subclasses. The polymorphic loading strategy is now correctly propagated when using a call such as joinedload(A.b).options(joinedload(B.c.of_type(poly))) to match the behavior of direct chaining e.g. joinedload(A.b).joinedload(B.c.of_type(poly)).

    References: #13202

  • [orm] [bug] [inheritance] Fixed issue where using chained loader options such as _orm.selectinload() after _orm.joinedload() with _orm.PropComparator.of_type() for a polymorphic relationship would not properly apply the chained loader option. The loader option is now correctly applied when using a call such as joinedload(A.b.of_type(poly)).selectinload(poly.SubClass.c) to eagerly load related objects.

    References: #13209

typing

  • [typing] [bug] Fixed a typing issue where the typed members of :data:.func would return the appropriate class of the same name, however this creates an issue for

... (truncated)

Commits

@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

github-actions Bot commented Apr 22, 2026

Client Test Results

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

Results for commit a118fe2. ± Comparison against base commit 96a7812.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 22, 2026

Python Test Results

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

Results for commit a118fe2. ± Comparison against base commit 96a7812.

♻️ This comment has been updated with latest results.

@Tim020
Copy link
Copy Markdown
Contributor

Tim020 commented Apr 25, 2026

@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.49
  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.49-and-lt-2.1.0 branch from adf67f5 to a118fe2 Compare April 25, 2026 22:52
@sonarqubecloud
Copy link
Copy Markdown

@Tim020 Tim020 enabled auto-merge (squash) April 25, 2026 22:56
@Tim020 Tim020 merged commit 581b3d8 into dev Apr 25, 2026
22 checks passed
@Tim020 Tim020 deleted the dependabot/pip/server/dev/sqlalchemy-gte-2.0.49-and-lt-2.1.0 branch April 25, 2026 22:56
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