File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # Release 4.12.1 (June 1, 2024)
22
33- Preliminary changes for compatibility with the draft implementation
4- of PEP 649 in Python 3.14.
4+ of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
55- Fix regression in v4.12.0 where nested ` Annotated ` types would cause
66 ` TypeError ` to be raised if the nested ` Annotated ` type had unhashable
7- metadata.
7+ metadata. Patch by Alex Waygood.
88
99# Release 4.12.0 (May 23, 2024)
1010
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66# Project metadata
77[project ]
88name = " typing_extensions"
9- version = " 4.12.0 "
9+ version = " 4.12.1 "
1010description = " Backported and Experimental Type Hints for Python 3.8+"
1111readme = " README.md"
1212requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments