ZIP
WinGet
ty
Astral Software Inc. · 0.0.48 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
ty-i686-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
astral-sh.ty
Version
0.0.48
Description
An extremely fast Python type checker and language server, written in Rust.
License
MIT
↗
Homepage
https://github.com/astral-sh/ty
Upgrade Behavior
install(Install over existing)
Release Notes
Performance
- Avoid redundant constraint saturation work (#25786)
Core type checking
- Add support for TypedDict extra_items (#25591)
- Improve closed=True TypedDict precision (#25651)
- Require subtyping for transitive constraint pivots (#25778)
- Sync vendored typeshed stubs (#25828). Typeshed diff
Contributors
- @charliermarsh
- @MichaReiser