From dd0b44b123738ba9289e120d3e3d8238d7741ea7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 27 Mar 2025 12:47:43 -0400 Subject: [PATCH] changelog update Change-Id: I03202183f4045030bc2940c43d637edc3524b5d4 --- doc/build/changelog/unreleased_20/12473.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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. -- 2.47.2