github microsoft/pyright 1.0.82
Published 1.0.82

latest releases: 1.1.382, 1.1.381, 1.1.380...
4 years ago

Bug Fix: Fixed type completions for TypedDict classes when TypedDict is imported from typings (versus typing_extensions).

Bug Fix: Fixed bug that affected proper type evaluation for CTypes like c_uint64.

Bug Fix: Changed server to create service on demand, when a file is opened that doesn't match any existing workspace.

Bug Fix: Fixed bug that caused list[x] and List[x] not to be combined into the same union type.

Bug Fix: Added support for proper type inference for assignments that target lists (e.g. [a, b] = [1, 2]).

Enhancement: Added missing methods and attribute to memoryview class in builtins.pyi.

Don't miss a new pyright release

NewReleases is sending notifications on new releases.