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
- # Release 4.9.0 (??? )
1
+ # Release 4.9.0rc1 (November 29, 2023 )
2
2
3
3
- Add support for PEP 705, adding ` typing_extensions.ReadOnly ` . Patch
4
4
by Jelle Zijlstra.
11
11
argument to the ` msg ` parameter. Patch by Alex Waygood.
12
12
- ` @deprecated ` is now implemented as a class for better introspectability.
13
13
Patch by Jelle Zijlstra.
14
- - Exclude ` __match_args__ ` from ` Protocol ` members,
15
- this is a backport of https://github.com/python/cpython/pull/110683
14
+ - Exclude ` __match_args__ ` from ` Protocol ` members.
15
+ Backport of https://github.com/python/cpython/pull/110683 by Nikita Sobolev.
16
16
- When creating a ` typing_extensions.NamedTuple ` class, ensure ` __set_name__ `
17
17
is called on all objects that define ` __set_name__ ` and exist in the values
18
18
of the ` NamedTuple ` class's class dictionary. Patch by Alex Waygood,
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.8.0 "
9
+ version = " 4.9.0rc1 "
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