This library adheres to
Semantic Versioning 2.0 <https://semver.org/#semantic-versioning-200>_.
4.4.1 (2024-11-03)
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](https://github.com/agronholm/typeguard/issues/486) <https://github.com/agronholm/typeguard/issues/486>_)
Fixed TypeError when checking a class against type[Self]
([#481](https://github.com/agronholm/typeguard/issues/481) <https://github.com/agronholm/typeguard/issues/481>_)
Fixed checking of protocols on the class level (against type[SomeProtocol])
([#498](https://github.com/agronholm/typeguard/issues/498) <https://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://github.com/agronholm/typeguard/issues/467) <https://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://github.com/agronholm/typeguard/issues/454) <https://github.com/agronholm/typeguard/issues/454>_)
4.4.0 (2024-10-27)
Added proper checking for method signatures in protocol checks
([#465](https://github.com/agronholm/typeguard/issues/465) <https://github.com/agronholm/typeguard/pull/465>_)
Fixed basic support for intersection protocols
([#490](https://github.com/agronholm/typeguard/issues/490) <https://github.com/agronholm/typeguard/pull/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)
4.3.0 (2024-05-27)
Added support for checking against static protocols
Fixed some compatibility problems when running on Python 3.13
([#460](https://github.com/agronholm/typeguard/issues/460) <https://github.com/agronholm/typeguard/issues/460>_; PR by @JelleZijlstra)
Fixed test suite incompatibility with pytest 8.2
([#461](https://github.com/agronholm/typeguard/issues/461) <https://github.com/agronholm/typeguard/issues/461>_)
Fixed pytest plugin crashing on pytest version older than v7.0.0 (even if it's just
present) ([#343](https://github.com/agronholm/typeguard/issues/343) <https://github.com/agronholm/typeguard/issues/343>_)
4.2.1 (2023-03-24)
Fixed missing typing_extensions dependency for Python 3.12
([#444](https://github.com/agronholm/typeguard/issues/444) <https://github.com/agronholm/typeguard/issues/444>_)
Fixed deprecation warning in the test suite on Python 3.13
([#444](https://github.com/agronholm/typeguard/issues/444) <https://github.com/agronholm/typeguard/issues/444>_)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on typeguard to permit the latest version.
Release notes
Sourced from typeguard's releases.
Changelog
Sourced from typeguard's changelog.
... (truncated)
Commits
cb42103
Added release dateb32af0b
Added tests against an empty protocol1c53caa
Fixedpytest_ignore_collect
not to block default pytest code (#464)6d6b4de
Fixed test_raw_uniontype_fail failing on PyPy05a6772
Fixed checks being skipped for non-forward-reference NotRequired7ff5a51
Fixed issue links in the changelogb0b20c2
Fixed explicit checks of PEP 604 unions againsttypes.UnionType
0a39830
FixedSelf
checks when a method has positional-only argumentseb1e869
Fixed reference cycles (#493)28dafec
Fixed checking of protocols on the class levelDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show