Skip to content

4.15.0

Latest
Compare
Choose a tag to compare
@JelleZijlstra JelleZijlstra released this 25 Aug 13:47
· 4 commits to main since this release
9d1637e

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.