Skip to content

Releases: JelleZijlstra/typeshed_client

v2.5.1

26 Feb 00:19
8d74cbc
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Update bundled typeshed
  • Declare support for Python 3.12

2.3.0

30 Apr 15:08
5c623c8
Compare
Choose a tag to compare
  • Update bundled typeshed
  • Support __all__.append and __all__.extend

2.2.0

24 Jan 14:32
60a317f
Compare
Choose a tag to compare
  • 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

05 Nov 23:27
2eee03f
Compare
Choose a tag to compare
  • 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

17 Apr 23:35
a2a1e74
Compare
Choose a tag to compare

Version 2.0.5 (April 17, 2022)

  • Update bundled typeshed

2.0.4

10 Mar 19:03
df94fb5
Compare
Choose a tag to compare

Version 2.0.4 (March 10, 2022)

  • Update bundled typeshed

2.0.3

03 Feb 05:42
f98b163
Compare
Choose a tag to compare

Version 2.0.3 (February 2, 2022)

  • Update bundled typeshed

2.0.2

29 Jan 02:37
7a5f57d
Compare
Choose a tag to compare

Version 2.0.2 (January 28, 2022)

  • Update bundled typeshed