Release Notes
Bug fixes
- Fix assignability checks for invariant generics parameterized by gradual types (#18138)
- Revert boolean expression control flow change which caused a performance regression (#18150)
- Remove pyvenv.cfg validation check for lines with multiple
=
(#18144)
Contributors
Install ty 0.0.1-alpha.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.5/ty-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.5/ty-installer.ps1 | iex"