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.
1 parent 31328ba commit a830b42Copy full SHA for a830b42
CHANGELOG.md
@@ -29,6 +29,8 @@ aliases that have a `Concatenate` special form as their argument.
29
- Fix that lists and ... could not be used for parameter expressions for `TypeAliasType`
30
instances before Python 3.11.
31
Patch by [Daraan](https://github.com/Daraan).
32
+- Fix error on Python 3.10 when using `typing.Concatenate` and
33
+ `typing_extensions.Concatenate` together. Patch by [Daraan](https://github.com/Daraan).
34
35
# Release 4.12.2 (June 7, 2024)
36
0 commit comments