Skip to content

Commit ecac196

Browse files
committed
changelog entry for the TypeAliasType union fix
1 parent 65a1428 commit ecac196

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Bugfixes:
55
Patch by [Daraan](https://github.com/Daraan).
66
- Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2 and 3.9.8-10.
77
Patch by [Daraan](https://github.com/Daraan).
8+
- Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType` and a
9+
`typing.TypeAliasType` on Python 3.12 and 3.13.
10+
Patch by [Joren Hammudoglu](https://github.com/jorenham).
811

912
# Release 4.13.0 (March 25, 2025)
1013

0 commit comments

Comments
 (0)