Bump sqlalchemy from 2.0.24 to 2.0.50 in /backend
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(13 days ago)
(2 days ago)
(2 days ago)
dependencies python
Bumps sqlalchemy from 2.0.24 to 2.0.50.
Release notes
Sourced from sqlalchemy's releases.
2.0.50
Released: May 24, 2026
orm
[orm] [bug] Fixed issue where using
_orm.joinedload()withPropComparator.of_type()targeting a joined-table subclass combined withPropComparator.and_()referencing a column on that subclass would generate invalid SQL, where the subclass column was not adapted to the subquery alias. Pull request courtesy Joaquin Hui Gomez.References: #13203
[orm] [bug] Fixed issue where the presence of a
SessionEvents.do_orm_execute()event hook would cause internal execution options such asyield_perand loader-specific state from the firstorm_pre_session_execpass to leak into the second pass, leading to errors when using relationship loaders such asselectinload()andimmediateload(). The execution options passed to the second compilation pass are now based on the original options plus only the explicit updates made viaORMExecuteState.update_execution_options()within the event hook.References: #13301
[orm] [bug] Fixed issue where using
_orm.with_polymorphic()on a leaf class (a subclass with no further descendants) or a non-inherited class would fail with anAttributeErrorwhen used in an ORM statement, due to_orm.configure_mappers()not being triggered implicitly. The fix ensures thatAliasedInspparticipates in the_post_inspecthook, triggering mapper configuration during ORM statement compilation.References: #13319
sql
[sql] [bug] Fixed issue where floor division (
//) between aFloatorNumericnumerator and anIntegerdenominator would omit theFLOOR()SQL wrapper on dialects whereDialect.div_is_floordivisTrue(the default, including PostgreSQL and SQLite).FLOOR()is now applied if either the denominator or the numerator is a non-integer, so that expressions such asfloat_col // int_colrender asFLOOR(float_col / int_col)instead of the incorrectfloat_col / int_col. Pull request courtesy r266-tech.References: #10528
postgresql
... (truncated)
Commits
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
sqlalchemy
pip
2.0.24 → 2.0.50
Patch
/backend
Technical Details
| ID: | 16000918 |
| UUID: | 4518660689 |
| Node ID: | PR_kwDOLDxLx87fIGhI |
| Host: | GitHub |
| Repository: | WillSams/example-js-react-with-python |