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 b7bf949 commit 06b23e3Copy full SHA for 06b23e3
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# Release 4.10.0rc1 (February 17, 2024)
2
3
- Add support for PEP 728, supporting the `closed` keyword argument and the
4
special `__extra_items__` key for TypedDict. Patch by Zixuan James Li.
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.9.0"
+version = "4.10.0rc1"
10
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments