From: Mike Bayer Date: Thu, 27 Mar 2025 16:47:43 +0000 (-0400) Subject: changelog update X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd0b44b123738ba9289e120d3e3d8238d7741ea7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog update Change-Id: I03202183f4045030bc2940c43d637edc3524b5d4 --- diff --git a/doc/build/changelog/unreleased_20/12473.rst b/doc/build/changelog/unreleased_20/12473.rst index 5127d92dd2..a09a5fbfba 100644 --- a/doc/build/changelog/unreleased_20/12473.rst +++ b/doc/build/changelog/unreleased_20/12473.rst @@ -1,7 +1,9 @@ .. change:: - :tags: bug, typing + :tags: bug, orm :tickets: 12473 - Fixed regression caused by ``typing_extension==4.13.0`` that introduced - a different implementation for ``TypeAliasType`` while SQLAlchemy assumed - that it would be equivalent to the ``typing`` version. + Fixed regression in ORM Annotated Declarative class interpretation caused + by ``typing_extension==4.13.0`` that introduced a different implementation + for ``TypeAliasType`` while SQLAlchemy assumed that it would be equivalent + to the ``typing`` version, leading to pep-695 type annotations not + resolving to SQL types as expected.