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 8dfcf3c commit 7269638Copy full SHA for 7269638
CHANGELOG.md
@@ -1,10 +1,10 @@
1
-# Unreleased
+# Release 4.12.1 (June 1, 2024)
2
3
- Preliminary changes for compatibility with the draft implementation
4
- of PEP 649 in Python 3.14.
+ of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
5
- Fix regression in v4.12.0 where nested `Annotated` types would cause
6
`TypeError` to be raised if the nested `Annotated` type had unhashable
7
- metadata.
+ metadata. Patch by Alex Waygood.
8
9
# Release 4.12.0 (May 23, 2024)
10
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
-version = "4.12.0"
+version = "4.12.1"
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments