From 670da7ad1e12e94a5416f53089726ffd023a7064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Tue, 12 Aug 2025 20:32:34 +0200 Subject: [PATCH] DOC: add missing `versionadded` metadata for `TypeAlias` --- doc/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index c22336fb..7b46ec5c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -363,6 +363,8 @@ Special typing primitives See :py:data:`typing.TypeAlias` and :pep:`613`. In ``typing`` since 3.10. + .. versionadded:: 3.10.0.0 + .. class:: TypeAliasType(name, value, *, type_params=()) See :py:class:`typing.TypeAliasType` and :pep:`695`. In ``typing`` since 3.12.