Skip to content

Bump typing-extensions from 4.2.0 to 4.3.0

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

Bumps typing-extensions from 4.2.0 to 4.3.0.

Changelog

Sourced from typing-extensions's changelog.

Release 4.3.0 (July 1, 2022)

  • Add typing_extensions.NamedTuple, allowing for generic NamedTuples on Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Patch by Alex Waygood (@AlexWaygood).
  • Adjust typing_extensions.TypedDict to allow for generic TypedDicts on Python <3.11 (backport from python/cpython#27663, by Samodya Abey). Patch by Alex Waygood (@AlexWaygood).
Commits

Merge request reports