10BC0
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 fcf5265 commit b07d245Copy full SHA for b07d245
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-# Unreleased
+# Release 4.14.0 (June 2, 2025)
2
+
3
+Changes since 4.14.0rc1:
4
5
- Remove `__or__` and `__ror__` methods from `typing_extensions.Sentinel`
6
on Python versions <3.10. PEP 604 was introduced in Python 3.10, and
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.14.0rc1"
+version = "4.14.0"
10
description = "Backported and Experimental Type Hints for Python 3.9+"
11
readme = "README.md"
12
requires-python = ">=3.9"
0 commit comments