Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: JelleZijlstra/typeshed_client

2.10.0

18 Apr 04:27
df27a3b

Choose a tag to compare

  • Update bundled typeshed
  • Make tests pass with the typeshed in the PyPI tarball

2.9.0

01 Mar 18:25
70bb6de

Choose a tag to compare

  • Update bundled typeshed
  • Add new public function evaluate_expression_truthiness
  • Support single-file stub packages
  • Support namespace packages

v2.8.2

16 Jul 01:49
6c7740f

Choose a tag to compare

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 .py files in addition to .pyi files
  • Allow more redefinitions in stub files. OverloadedName objects can now
    contain ImportedName objects.
  • Explicitly set encoding to UTF-8, fixing crashes on Windows in some cases.

v2.8.1

16 Jul 01:43
445753a

Choose a tag to compare

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 .py files in addition to .pyi files
  • Allow more redefinitions in stub files. OverloadedName objects can now
    contain ImportedName objects.
  • Explicitly set encoding to UTF-8, fixing crashes on Windows in some cases.

v2.8.0

16 Jul 01:33
05c5ad5

Choose a tag to compare

  • Update bundled typeshed
  • Drop support for Python 3.8 and add preliminary support for Python 3.14
  • Search for names and imports in .py files in addition to .pyi files
  • Allow more redefinitions in stub files. OverloadedName objects can now
    contain ImportedName objects.
  • Explicitly set encoding to UTF-8, fixing crashes on Windows in some cases.

v2.7.0

16 Jul 17:00
8baa750

Choose a tag to compare

  • Update bundled typeshed

v2.6.0

12 Jul 23:31
7c0f165

Choose a tag to compare

  • Update bundled typeshed
  • Support try blocks 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

26 Feb 00:19
8d74cbc

Choose a tag to compare

  • Fix packaging metadata that still incorrectly declared support for Python 3.7

v2.5.0

25 Feb 22:33
6fcb714

Choose a tag to compare

  • 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

30 Sep 05:58
cc19559

Choose a tag to compare

  • Update bundled typeshed
  • Declare support for Python 3.12