Bump sqlalchemy from 2.0.13 to 2.0.24
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(over 2 years ago)
(5 months ago)
(5 months ago)
dependencies
Bumps sqlalchemy from 2.0.13 to 2.0.24.
Release notes
Sourced from sqlalchemy's releases.
2.0.24
Released: December 28, 2023
orm
[orm] [bug] Improved a fix first implemented for #3208 released in version 0.9.8, where the registry of classes used internally by declarative could be subject to a race condition in the case where individual mapped classes are being garbage collected at the same time while new mapped classes are being constructed, as can happen in some test suite configurations or dynamic class creation environments. In addition to the weakref check already added, the list of items being iterated is also copied first to avoid "list changed while iterating" errors. Pull request courtesy Yilei Yang.
This change is also backported to: 1.4.51
References: #10782
[orm] [bug] Fixed issue where use of
_orm.foreign()annotation on a non-initialized_orm.mapped_column()construct would produce an expression without a type, which was then not updated at initialization time of the actual column, leading to issues such as relationships not determininguse_getappropriately.References: #10597
[orm] [bug] Improved the error message produced when the unit of work process sets the value of a primary key column to NULL due to a related object with a dependency rule on that column being deleted, to include not just the destination object and column name but also the source column from which the NULL value is originating. Pull request courtesy Jan Vollmer.
References: #10668
[orm] [bug] Modified the
__init_subclass__()method used by_orm.MappedAsDataclass,_orm.DeclarativeBaseand_orm.DeclarativeBaseNoMetato accept arbitrary**kwand to propagate them to thesuper()call, allowing greater flexibility in arranging custom superclasses and mixins which make use of__init_subclass__()keyword arguments. Pull request courtesy Michael Oliver.References: #10732
[orm] [bug] Ensured the use case of
Bundleobjects used in thereturning()portion of ORM-enabled INSERT, UPDATE and DELETE statements is tested and works fully. This was never explicitly implemented or
... (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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Technical Details
| ID: | 13200129 |
| UUID: | 2060798587 |
| Node ID: | PR_kwDOKbnOm85i-J71 |
| Host: | GitHub |
| Repository: | pythoninthegrass2/learn_sql |