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 06b23e3 commit ed81f2bCopy full SHA for ed81f2b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# Release 4.10.0 (February 24, 2024)
2
+
3
+This feature release adds support for PEP 728 (TypedDict with extra
4
+items) and PEP 742 (``TypeIs``).
5
6
+There are no changes since 4.10.0rc1.
7
8
# Release 4.10.0rc1 (February 17, 2024)
9
10
- Add support for PEP 728, supporting the `closed` keyword argument and the
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
-version = "4.10.0rc1"
+version = "4.10.0"
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments