We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f264e58 commit 45a8847Copy full SHA for 45a8847
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-# Unreleased
+# Release 4.13.1 (April 3, 2025)
2
3
-Bugfixes and changed features:
+Bugfixes:
4
- Fix regression in 4.13.0 on Python 3.10.2 causing a `TypeError` when using `Concatenate`.
5
Patch by [Daraan](https://github.com/Daraan).
6
- Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2 and 3.9.8-10.
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.13.0"
+version = "4.13.1"
10
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments