From 6098c269a98a3d5e28fe62e7eb0b9c63534c0903 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 2 Jul 2026 09:43:38 +0100 Subject: [PATCH 1/4] Bump version to 4.16.0.dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8a4c45e..b47e4cc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.16.0" +version = "4.16.0.dev" description = "Backported and Experimental Type Hints for Python 3.9+" readme = "README.md" requires-python = ">=3.9" From 072592277a70f0f97ca05f91e4c42517ed6a40f6 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 2 Jul 2026 11:19:53 +0100 Subject: [PATCH 2/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b47e4cc9..783d21c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.16.0.dev" +version = "4.17.0.dev" description = "Backported and Experimental Type Hints for Python 3.9+" readme = "README.md" requires-python = ">=3.9" From efddb5e28a30b39dc6011ffc080f2df567a9696a Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 2 Jul 2026 19:17:27 +0200 Subject: [PATCH 3/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 783d21c9..60c9394a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.17.0.dev" +version = "4.17.1.dev0" description = "Backported and Experimental Type Hints for Python 3.9+" readme = "README.md" requires-python = ">=3.9" From 2139a9465dbdd1ef8a1c7615de6882a965448be5 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 2 Jul 2026 19:59:43 +0200 Subject: [PATCH 4/4] Update pyproject.toml Co-authored-by: Sebastian Rittau --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60c9394a..ed826f81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Project metadata [project] name = "typing_extensions" -version = "4.17.1.dev0" +version = "4.16.1.dev0" description = "Backported and Experimental Type Hints for Python 3.9+" readme = "README.md" requires-python = ">=3.9"