typeguard v4.5.2 Release Notes

Release Date: 2026-05-14 // 27 days ago
    • Fixed IndexError raised from check_signature_compatible when the subject method has no positional parameters (#550; PR by @HackedRico)

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)