chore(deps): update dependency typeguard to ==4.5.*#363
Draft
renovate[bot] wants to merge 2 commits intodevfrom
Draft
chore(deps): update dependency typeguard to ==4.5.*#363renovate[bot] wants to merge 2 commits intodevfrom
renovate[bot] wants to merge 2 commits intodevfrom
Conversation
760252f to
d913496
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.2.*→==4.5.*Release Notes
agronholm/typeguard (typeguard)
v4.5.0Compare Source
check_argument_types()andcheck_return_type()functions that were dropped in v3.0.0, for users who want more fine-grained control over run-time type checking (#437)extra_itemsinTypedDict, allowing users to specify the types for the values of "leftover" keys in a typed dict (keys that weren't explicitly defined in theTypedDictsubclass) (#538)NameErrorwhen evaluating forward references on Python 3.14 (#536; PR by @dionhaefner)TypeCheckErrorwhen checkingTypedDictwithRequired[...]annotations (#533; PR by @dionhaefner)type Foo = list[int]) not being resolved during type checking (#526)x, = ("foo",)) falsely raisingTypeCheckedError(#535)v4.4.4Compare Source
IndexErrorwhen using@typecheckedon more than one function with the same name under certain circumstances (#527)TypeErrorduring type checking when the value to check is a parametrized generic class (#526)v4.4.3Compare Source
@typecheckedunable to find the target function or method if it or the containing class had PEP 695 type parameters on them (#500)__type_params__getting lost when a function is instrumentedv4.4.2Compare Source
TypeCheckErrorin unpacking assignment involving properties of a parameter of the function (#506; regression introduced in v4.4.1)TypeErrorwhen using an assignment expression (#510; PR by @JohannesK71083)ValueError: no signature found for builtinwhen checking against a protocol and a matching attribute in the subject is a built-in function (#504)v4.4.1Compare Source
typeguard_ignore()to be compatible withtyping.no_type_check()(PR by @jolaf)TypeErrorwhen checking a class againsttype[Self](#481)type[SomeProtocol]) (#498)Selfchecks in instance/class methods that have positional-only argumentstypes.UnionType(#467)NotRequirednot being run unless theNotRequiredis a forward reference (#454)v4.4.0Compare Source
v4.3.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 12pm every weekday" (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.
This PR was generated by Mend Renovate. View the repository job log.