File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # Release 4.5.0 (February 14, 2023)
2
2
3
3
- Runtime support for PEP 702, adding ` typing_extensions.deprecated ` . Patch
4
4
by Jelle Zijlstra.
13
13
# Release 4.4.0 (October 6, 2022)
14
14
15
15
- Add ` typing_extensions.Any ` a backport of python 3.11's Any class which is
16
- subclassable at runtime. (backport from python/cpython #31841 , by Shantanu
16
+ subclassable at runtime. (backport from python/cpython #31841 , by Shantanu
17
17
and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234 ).
18
18
- Add initial support for TypeVarLike ` default ` parameter, PEP 696.
19
19
Patch by Marc Mueller (@cdce8p ).
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.4 .0"
9
+ version = " 4.5 .0"
10
10
description = " Backported and Experimental Type Hints for Python 3.7+"
11
11
readme = " README.md"
12
12
requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments