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 22c0e70 commit c57333bCopy full SHA for c57333b
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# Release 4.6.3 (June 1, 2023)
2
3
- Fix a regression introduced in v4.6.0 in the implementation of
4
runtime-checkable protocols. The regression meant
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.6.2"
+version = "4.6.3"
10
description = "Backported and Experimental Type Hints for Python 3.7+"
11
readme = "README.md"
12
requires-python = ">=3.7"
0 commit comments