Skip to content

Commit 42027ab

Browse files
Prepare release 4.14.1 (#620)
1 parent 59d2c20 commit 42027ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# Release 4.14.1 (July 4, 2025)
22

33
- Fix usage of `typing_extensions.TypedDict` nested inside other types
44
(e.g., `typing.Type[typing_extensions.TypedDict]`). This is not allowed by the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
# Project metadata
77
[project]
88
name = "typing_extensions"
9-
version = "4.14.0"
9+
version = "4.14.1"
1010
description = "Backported and Experimental Type Hints for Python 3.9+"
1111
readme = "README.md"
1212
requires-python = ">=3.9"

0 commit comments

Comments
 (0)