[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
agronholm/typeguard (typeguard)
### [`v4.4.1`](https://redirect.github.com/agronholm/typeguard/releases/tag/4.4.1)
[Compare Source](https://redirect.github.com/agronholm/typeguard/compare/4.4.0...4.4.1)
- Dropped Python 3.8 support
- Changed the signature of `typeguard_ignore()` to be compatible with `typing.no_type_check()` (PR by [@jolaf](https://redirect.github.com/jolaf))
- Avoid creating reference cycles when type checking uniontypes and classes
- Fixed checking of variable assignments involving tuple unpacking ([#486](https://redirect.github.com/agronholm/typeguard/issues/486))
- Fixed `TypeError` when checking a class against `type[Self]` ([#481](https://redirect.github.com/agronholm/typeguard/issues/481))
- Fixed checking of protocols on the class level (against `type[SomeProtocol]`) ([#498](https://redirect.github.com/agronholm/typeguard/issues/498))
- Fixed `Self` checks in instance/class methods that have positional-only arguments
- Fixed explicit checks of PEP 604 unions against `types.UnionType` ([#467](https://redirect.github.com/agronholm/typeguard/issues/467))
- Fixed checks against annotations wrapped in `NotRequired` not being run unless the `NotRequired` is a forward reference ([#454](https://redirect.github.com/agronholm/typeguard/issues/454))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 contains the following updates:
==4.4.0
->==4.4.1
Release Notes
agronholm/typeguard (typeguard)
### [`v4.4.1`](https://redirect.github.com/agronholm/typeguard/releases/tag/4.4.1) [Compare Source](https://redirect.github.com/agronholm/typeguard/compare/4.4.0...4.4.1) - Dropped Python 3.8 support - Changed the signature of `typeguard_ignore()` to be compatible with `typing.no_type_check()` (PR by [@jolaf](https://redirect.github.com/jolaf)) - Avoid creating reference cycles when type checking uniontypes and classes - Fixed checking of variable assignments involving tuple unpacking ([#486](https://redirect.github.com/agronholm/typeguard/issues/486)) - Fixed `TypeError` when checking a class against `type[Self]` ([#481](https://redirect.github.com/agronholm/typeguard/issues/481)) - Fixed checking of protocols on the class level (against `type[SomeProtocol]`) ([#498](https://redirect.github.com/agronholm/typeguard/issues/498)) - Fixed `Self` checks in instance/class methods that have positional-only arguments - Fixed explicit checks of PEP 604 unions against `types.UnionType` ([#467](https://redirect.github.com/agronholm/typeguard/issues/467)) - Fixed checks against annotations wrapped in `NotRequired` not being run unless the `NotRequired` is a forward reference ([#454](https://redirect.github.com/agronholm/typeguard/issues/454))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.