We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a0c20 commit 4525e9dCopy full SHA for 4525e9d
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# Release 4.13.2 (April 10, 2025)
2
3
- Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType` and a
4
`typing.TypeAliasType` on Python 3.12 and 3.13.
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.13.1"
+version = "4.13.2"
10
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments