24.6.0
Bugfixes
- Allow the use of
typing_extensions.TypeVarin stubs.typing_extensions.TypeVarhas the default parameter, which only exists on Python 3.13+ when usingtyping.TypeVar. - Reduce false positives from Y052 in relation to enum subclasses.
Other changes
- Declare support for Python 3.13