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 37ed08a commit d9f44c4Copy full SHA for d9f44c4
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-# Unreleased
+# Release 4.16.0rc2 (June 25, 2026)
2
3
-- Avoid a `DeprecationWarning` when applying `deprecated` to a coroutine function on
+- Avoid a `DeprecationWarning` when `deprecated` is applied to a coroutine function on
4
Python 3.14.0.
5
6
# Release 4.16.0rc1 (June 24, 2026)
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.16.0rc1.dev"
+version = "4.16.0rc2"
10
description = "Backported and Experimental Type Hints for Python 3.9+"
11
readme = "README.md"
12
requires-python = ">=3.9"
0 commit comments