Releases: JelleZijlstra/typeshed_client
Releases · JelleZijlstra/typeshed_client
v2.7.0
- Update bundled typeshed
v2.6.0
v2.5.1
- Fix packaging metadata that still incorrectly declared support for Python 3.7
v2.5.0
- Update bundled typeshed
- Drop support for Python 3.7
typeshed_client.finder.get_search_path()
is now deprecated, as it is no longer useful
2.4.0
- Update bundled typeshed
- Declare support for Python 3.12
2.3.0
- Update bundled typeshed
- Support
__all__.append
and__all__.extend
2.2.0
- Update bundled typeshed
- Fix crash on stubs that use
if MYPY
- Fix incorrect handling of
import *
in stubs - Drop support for Python 3.6 (thanks to Alex Waygood)
2.1.0
- Update bundled typeshed
- Declare support for Python 3.11
- Add
typeshed_client.resolver.Module.get_dunder_all
to get the contents of__all__
- Add support for
__all__ +=
syntax - Type check the code using mypy (thanks to Nicolas)
2.0.5
Version 2.0.5 (April 17, 2022)
- Update bundled typeshed
2.0.4
Version 2.0.4 (March 10, 2022)
- Update bundled typeshed