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 db1f508 commit 53584b1Copy full SHA for 53584b1
CHANGELOG.md
@@ -42,6 +42,9 @@ aliases that have a `Concatenate` special form as their argument.
42
to reflect Python 3.13+ behavior: A value assigned to `__total__` in the class body of a
43
`TypedDict` will be overwritten by the `total` argument of the `TypedDict` constructor.
44
Patch by [Daraan](https://github.com/Daraan), backporting a CPython PR by Jelle Zijlstra.
45
+- Fix for Python 3.11 that now `isinstance(typing_extensions.Unpack[...], TypeVar)`
46
+ evaluates to `False`, however still `True` for <3.11.
47
+ Patch by [Daraan](https://github.com/Daraan)
48
49
# Release 4.12.2 (June 7, 2024)
50
0 commit comments