8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a0c20 commit d27e5aeCopy full SHA for d27e5ae
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