This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Update dependency typing_extensions from 4.0.0 to 4.5.0#34
Merged
wbaker-figure merged 1 commit intomainfrom May 8, 2023
Merged
Update dependency typing_extensions from 4.0.0 to 4.5.0#34wbaker-figure merged 1 commit intomainfrom
4.0.0 to 4.5.0#34wbaker-figure merged 1 commit intomainfrom
Conversation
wbaker-figure
approved these changes
May 8, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.0.0->==4.5.0Release Notes
python/typing_extensions
v4.5.0Compare Source
typing_extensions.deprecated. Patchby Jelle Zijlstra.
defaultparameter, PEP 696. Enablesruntime check if
Nonewas passed as default. Patch by Marc Mueller (@cdce8p).@typing_extensions.overridedecorator now sets the.__override__attribute. Patch by Steven Troxler.
get_type_hints()on cross-module inheritedTypedDictin 3.9 and 3.10.Patch by Carl Meyer.
frozen_defaultparameter ondataclass_transform. Patch by Erik De Bonte.v4.4.0Compare Source
typing_extensions.Anya backport of python 3.11's Any class which issubclassable at runtime. (backport from python/cpython#31841, by Shantanu
and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234).
defaultparameter, PEP 696.Patch by Marc Mueller (@cdce8p).
typing_extensions.override. Patch byJelle Zijlstra.
infer_varianceparameter toTypeVar, as specified in PEP 695.Patch by Jelle Zijlstra.
v4.3.0Compare Source
typing_extensions.NamedTuple, allowing for genericNamedTuples onPython <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Patch
by Alex Waygood (@AlexWaygood).
typing_extensions.TypedDictto allow for genericTypedDicts onPython <3.11 (backport from python/cpython#27663, by Samodya Abey). Patch by
Alex Waygood (@AlexWaygood).
v4.2.0Compare Source
typing.Unpackandtyping.TypeVarTupleon Python 3.11.ParamSpecArgsandParamSpecKwargsto__all__.typing_extensions.dataclass_transformto rename thefield_descriptorsparameter tofield_specifiersand acceptarbitrary keyword arguments.
typing_extensions.get_overloadsandtyping_extensions.clear_overloads, and add registry support totyping_extensions.overload. Backport from python/cpython#89263.typing_extensions.assert_type. Backport from bpo-46480.v4.1.1Compare Source
typing_extensionson Python 3.7.0 and 3.7.1. Originalpatch by Nikita Sobolev (@sobolevn).
v4.1.0Compare Source
typing_extensions.TypeVarTupleand
typing_extensions.Unpack.RequiredandNotRequiredwith__required_keys__,__optional_keys__andget_type_hints(). Patch by David Cabot (@d-k-bo).typing_extensions.LiteralString.Neverandassert_never. Backport from bpo-46475.ParamSpecargs and kwargs are now equal to themselves. Backport frombpo-46676. Patch by Gregory Beauregard (@GBeauregard).
reveal_type. Backport from bpo-46414.typing_extensions.dataclass_transform.Annotatedcan now wrapClassVarandFinal. Backport frombpo-46491. Patch by Gregory Beauregard (@GBeauregard).
RequiredandNotRequiredto__all__. Patch byYuri Karabas (@uriyyo).
@finaldecorator now sets the__final__attribute on thedecorated object to allow runtime introspection. Backport from
bpo-46342.
is_typeddict. Patch by Chris Moradi (@chrismoradi) and JamesHilton-Balfe (@Gobot1234).
v4.0.1Compare Source
RequiredandNotRequired. Patch byJelle Zijlstra (@jellezijlstra).
Selfas a type argument. Patch by Chris Wesseling(@CharString) and James Hilton-Balfe (@Gobot1234).
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.