No user-facing changes since 4.15.0rc1.
New features since 4.14.1:
- Add the
@typing_extensions.disjoint_base
decorator, as specified
in PEP 800. Patch by Jelle Zijlstra. - Add
typing_extensions.type_repr
, a backport of
annotationlib.type_repr
,
introduced in Python 3.14 (CPython PR #124551,
originally by Jelle Zijlstra). Patch by Semyon Moroz. - Fix behavior of type params in
typing_extensions.evaluate_forward_ref
. Backport of
CPython PR #137227 by Jelle Zijlstra.