Bump typing-extensions from 4.4.0 to 4.5.0
Bumps typing-extensions from 4.4.0 to 4.5.0.
Changelog
Sourced from typing-extensions's changelog.
Release 4.5.0 (February 14, 2023)
- Runtime support for PEP 702, adding
typing_extensions.deprecated. Patch by Jelle Zijlstra.- Add better default value for TypeVar
defaultparameter, PEP 696. Enables runtime check ifNonewas passed as default. Patch by Marc Mueller (@cdce8p).- The
@typing_extensions.overridedecorator now sets the.__override__attribute. Patch by Steven Troxler.- Fix
get_type_hints()on cross-module inheritedTypedDictin 3.9 and 3.10. Patch by Carl Meyer.- Add
frozen_defaultparameter ondataclass_transform. Patch by Erik De Bonte.
Commits
-
8dcd899Prepare release 4.5.0 (#116) -
e81cb82PEP 702: Runtime warnings (#112) -
1039bb2fix PEP 702 link in theREADME.md(#108) -
673e5ceAdd@typing_extensions.deprecated (#105) -
27646ecFix tests on Python 3.11 (#106) -
57226b4Addfrozen_defaultparameter ondataclass_transform(#101) -
0ea104bExpand the pyproject.toml sdist include expression to include src/_typed_dict... -
93ac93bCI: test on Ubuntu-20.04, not Ubuntu-2004 (#100) -
5f9258dTest on Ubuntu 20.04 -
ad3966dReplace type comments with annotations (#98) - Additional commits viewable in compare view