typeguard v4.5.2 Release Notes
Release Date: 2026-05-14 // 27 days ago-
- Fixed
IndexErrorraised fromcheck_signature_compatiblewhen the subject method has no positional parameters (#550; PR by @HackedRico)
- Fixed
Previous changes from v4.5.1
-
- 🛠 Fixed iterable unpacking incorrectly calculating the cut-off offset of the item list when assigning remaining values to the star variable (#546)