Skip to content

Bump typing-extensions from 4.3.0 to 4.4.0

WKDV Bot requested to merge dependabot/pip/typing-extensions-4.4.0 into develop

Bumps typing-extensions from 4.3.0 to 4.4.0.

Changelog

Sourced from typing-extensions's changelog.

Release 4.4.0 (October 6, 2022)

  • Add typing_extensions.Any a backport of python 3.11's Any class which is subclassable at runtime. (backport from python/cpython#31841, by Shantanu and Jelle Zijlstra). Patch by James Hilton-Balfe (@​Gobot1234).
  • Add initial support for TypeVarLike default parameter, PEP 696. Patch by Marc Mueller (@​cdce8p).
  • Runtime support for PEP 698, adding typing_extensions.override. Patch by Jelle Zijlstra.
  • Add the infer_variance parameter to TypeVar, as specified in PEP 695. Patch by Jelle Zijlstra.
Commits

Merge request reports