File tree 2 files changed +4
-4
lines changed
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)
2
2
3
3
- 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.
5
5
- Fix regression in v4.12.0 where nested ` Annotated ` types would cause
6
6
` TypeError ` to be raised if the nested ` Annotated ` type had unhashable
7
- metadata.
7
+ metadata. Patch by Alex Waygood.
8
8
9
9
# Release 4.12.0 (May 23, 2024)
10
10
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
6
# Project metadata
7
7
[project ]
8
8
name = " typing_extensions"
9
- version = " 4.12.0 "
9
+ version = " 4.12.1 "
10
10
description = " Backported and Experimental Type Hints for Python 3.8+"
11
11
readme = " README.md"
12
12
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments