Immutable
release. Only release title and notes can be modified.
Release Notes
Released on 2026-08-05.
Diagnostics
- Preserve property getter call errors (#27509)
- Simplify numeric tower displays (e.g.,
floatoverint | float) (#27406) - Suggest closing open
TypedDicttypes forMappingcompatibility (#27512)
Core type checking
- Avoid double inference of
Unpackoperands inUnion(#27525) - Fix panic from mismatched OR-pattern bindings (#27533)
Contributors
Install ty 0.0.68
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.68/ty-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ty/releases/download/0.0.68/ty-installer.ps1 | iex"Download ty 0.0.68
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo astral-sh/tyYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>