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 f82d636 commit fc461d6Copy full SHA for fc461d6
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# Release 4.9.0 (December 9, 2023)
2
+
3
+This feature release adds `typing_extensions.ReadOnly`, as specified
4
+by PEP 705, and makes various other improvements, especially to
5
+`@typing_extensions.deprecated()`.
6
7
+There are no changes since 4.9.0rc1.
8
9
# Release 4.9.0rc1 (November 29, 2023)
10
11
- Add support for PEP 705, adding `typing_extensions.ReadOnly`. Patch
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
-version = "4.9.0rc1"
+version = "4.9.0"
description = "Backported and Experimental Type Hints for Python 3.8+"
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments