Releases: JelleZijlstra/typeshed_client
Releases · JelleZijlstra/typeshed_client
2.10.0
2.9.0
- Update bundled typeshed
- Add new public function
evaluate_expression_truthiness - Support single-file stub packages
- Support namespace packages
v2.8.2
Two previous releases failed to make it to PyPI, maybe we'll have more luck this time.
Substantive changes:
- Update bundled typeshed
- Drop support for Python 3.8 and add preliminary support for Python 3.14
- Search for names and imports in
.pyfiles in addition to.pyifiles - Allow more redefinitions in stub files.
OverloadedNameobjects can now
containImportedNameobjects. - Explicitly set encoding to UTF-8, fixing crashes on Windows in some cases.
v2.8.1
Release v2.8.0 didn't go out because of an issue with the release automation. Hopefully this one will.
Changes in version 2.8.0:
- Update bundled typeshed
- Drop support for Python 3.8 and add preliminary support for Python 3.14
- Search for names and imports in
.pyfiles in addition to.pyifiles - Allow more redefinitions in stub files.
OverloadedNameobjects can now
containImportedNameobjects. - Explicitly set encoding to UTF-8, fixing crashes on Windows in some cases.
v2.8.0
- Update bundled typeshed
- Drop support for Python 3.8 and add preliminary support for Python 3.14
- Search for names and imports in
.pyfiles in addition to.pyifiles - Allow more redefinitions in stub files.
OverloadedNameobjects can now
containImportedNameobjects. - Explicitly set encoding to UTF-8, fixing crashes on Windows in some cases.
v2.7.0
- Update bundled typeshed
v2.6.0
- Update bundled typeshed
- Support
tryblocks in stubs - Declare support for Python 3.13
- Handle situations where an entry on the module search path is not
accessible or does not exist - Fix warnings due to use of deprecated AST classes
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