]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog update
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Mar 2025 16:47:43 +0000 (12:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Mar 2025 16:47:43 +0000 (12:47 -0400)
Change-Id: I03202183f4045030bc2940c43d637edc3524b5d4

doc/build/changelog/unreleased_20/12473.rst

index 5127d92dd2aeccfd60e215264a136ce9cc529d58..a09a5fbfba22f7ca17fa98bc2ad66cbdf263a98b 100644 (file)
@@ -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.