Update dependency typing-extensions to v4.3.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
typing-extensions (changelog) | minor |
==4.2.0 -> ==4.3.0
|
Release Notes
python/typing_extensions
v4.3.0
- Add
typing_extensions.NamedTuple
, allowing for genericNamedTuple
s on Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Patch by Alex Waygood (@AlexWaygood). - Adjust
typing_extensions.TypedDict
to allow for genericTypedDict
s on Python <3.11 (backport from python/cpython#27663, by Samodya Abey). Patch by Alex Waygood (@AlexWaygood).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.