File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # Release 4.13.1 (April 3, 2025)
22
3- Bugfixes and changed features :
3+ Bugfixes:
44- Fix regression in 4.13.0 on Python 3.10.2 causing a ` TypeError ` when using ` Concatenate ` .
55 Patch by [ Daraan] ( https://github.com/Daraan ) .
66- Fix ` TypeError ` when using ` evaluate_forward_ref ` on Python 3.10.1-2 and 3.9.8-10.
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.13.0 "
9+ version = " 4.13.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