We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeAliasType
1 parent 65a1428 commit ecac196Copy full SHA for ecac196
CHANGELOG.md
@@ -5,6 +5,9 @@ Bugfixes:
5
Patch by [Daraan](https://github.com/Daraan).
6
- Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2 and 3.9.8-10.
7
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).
11
12
# Release 4.13.0 (March 25, 2025)
13
0 commit comments