Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2025

This PR contains the following updates:

Package Change Age Confidence
typeguard (changelog) ==4.2.* -> ==4.4.* age confidence

Release Notes

agronholm/typeguard (typeguard)

v4.4.4

Compare Source

  • Fixed IndexError when using @typechecked on more than one function with the same name under certain circumstances (#​527)
  • Fixed TypeError during type checking when the value to check is a parametrized generic class (#​526)

v4.4.3

Compare Source

  • Fixed @typechecked unable to find the target function or method if it or the containing class had PEP 695 type parameters on them (#​500)
  • Fixed handling of union types on Python 3.14 (#​522)
  • Fixed __type_params__ getting lost when a function is instrumented

v4.4.2

Compare Source

  • Fixed TypeCheckError in unpacking assignment involving properties of a parameter of the function (#​506; regression introduced in v4.4.1)
  • Fixed display of module name for forward references (#​492; PR by @​JelleZijlstra)
  • Fixed TypeError when using an assignment expression (#​510; PR by @​JohannesK71083)
  • Fixed ValueError: no signature found for builtin when checking against a protocol and a matching attribute in the subject is a built-in function (#​504)

v4.4.1

Compare Source

  • Dropped Python 3.8 support
  • Changed the signature of typeguard_ignore() to be compatible with typing.no_type_check() (PR by @​jolaf)
  • Avoid creating reference cycles when type checking uniontypes and classes
  • Fixed checking of variable assignments involving tuple unpacking (#​486)
  • Fixed TypeError when checking a class against type[Self] (#​481)
  • Fixed checking of protocols on the class level (against type[SomeProtocol]) (#​498)
  • Fixed Self checks in instance/class methods that have positional-only arguments
  • Fixed explicit checks of PEP 604 unions against types.UnionType (#​467)
  • Fixed checks against annotations wrapped in NotRequired not being run unless the NotRequired is a forward reference (#​454)

v4.4.0

Compare Source

  • Added proper checking for method signatures in protocol checks (#​465)
  • Fixed basic support for intersection protocols (#​490; PR by @​antonagestam)
  • Fixed protocol checks running against the class of an instance and not the instance itself (this produced wrong results for non-method member checks)

v4.3.0

Compare Source

  • Added support for checking against static protocols
  • Fixed some compatibility problems when running on Python 3.13 (#​460; PR by @​JelleZijlstra)
  • Fixed test suite incompatibility with pytest 8.2 (#​461)
  • Fixed pytest plugin crashing on pytest version older than v7.0.0 (even if it's just present) (#​343)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant