github microsoft/pyright 1.0.71
Published 1.0.71

latest releases: 1.1.369, 1.1.368, 1.1.367...
4 years ago

Enhancement: Changed TypeVar matching to perform type expansion. Removed hack init overload for dict class that was required because we weren't performing type expansion.

Enhancement: Used aggressive bundling and minification to reduce the VS Code download size by over 50%. Shaved 200ms (80%) off its startup time.

Bug Fix: Fixed a case where a Union type alias (e.g. A = Union[T, B[T]]) was not being handled properly.

Bug Fix: Fixed issue where non-type-stub files were imported and analyzed if they were within a directory with an init.pyi file.

Bug Fix: Added code to suppress all analysis and errors of third-party code files.

Bug Fix: Fixed issue where certain types that were already specialized were re-specialized, overwriting the previous type arguments.

Don't miss a new pyright release

NewReleases is sending notifications on new releases.