Skip to content

Commit ddc8132

Browse files
committed
Prepare release 4.14.1
1 parent 59d2c20 commit ddc8132

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

3+
- Fix access to `__dict__` on `typing_extensions.TypedDict`.
34
- Fix usage of `typing_extensions.TypedDict` nested inside other types
45
(e.g., `typing.Type[typing_extensions.TypedDict]`). This is not allowed by the
56
type system but worked on older versions, so we maintain support.

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)