| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pyright.tgz | 2025-10-22 | 4.1 MB | |
| vscode-pyright.vsix | 2025-10-22 | 6.0 MB | |
| Published 1.1.407 source code.tar.gz | 2025-10-22 | 4.4 MB | |
| Published 1.1.407 source code.zip | 2025-10-22 | 7.7 MB | |
| README.md | 2025-10-22 | 2.2 kB | |
| Totals: 5 Items | 22.2 MB | 0 | |
Changes:
- [276448] Fixed package-lock files
- [783ee6] Published 1.1.407
- [f9fc2a] Updated typeshed stubs to the latest version (#11051)
- [5f599f] Added error reporting for unknown or unsupported config settings. This addresses [#11040]. (#11045)
- [cadded] Fixed regression that results in
--createstubdoing nothing. This addresses [#11043]. (#11044) - [538053] Fixed bug that causes a false negative when a
TypedDictoverrides a parent withextra_itemsthat are notReadOnlywith aReadOnlyfield. This addresses [#11037]. (#11038) - [ba3f0d] Fixed bug that results in a false positive when a
namedtuplefunctional form is used with a field starting with an underscore andrename=True. This addresses [#11033]. (#11034) - [80eb0d] Fixed bug in type narrowing for literal patterns. The runtime uses equality checks, so matching against the pattern
3cannot necessarily narrow the type toLiteral[3]. This addresses [#11026]. (#11028) - [b1c9ae] Fixed bug that results in a false positive error when a
withstatement has a single parenthesized context manager. This addresses [#11020]. (#11024) - [346f74] Fixed a bug that causes a
@dataclass_transformto fail if the decorator returns a callback protocol rather than aCallable. This addresses [#11015]. (#11018)