pypi ty 0.0.8

7 hours ago

Release Notes

Released on 2025-12-29.

Breaking changes

  • Rename non-subscriptable rule to not-subscriptable (#22193)

Core type checking

  • Promote float and complex when promoting literals (#22215)
  • Callable type of a type object is not function-like (#22226)
  • Fix and simplify callable type materializations (#22213)

LSP server

  • Add option to disable syntax errors (#22217)
  • Fix completion in decorators with missing declaration (#22177)
  • Better completions context detection when typing in decorator positions (#22224)
  • Limit the returned completions to reduce lag (#22240)

Diagnostics

  • Improve wording of unsupported-base sub-diagnostic (#22194)
  • Preserve the invalid assignment diagnostic message when implicitly shadowing a definition (#22219)

Other changes

  • Update docker image to use alpine 3.23 and trixie (#2217)

Contributors

Install ty 0.0.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.8/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.8/ty-installer.ps1 | iex"

Download ty 0.0.8

File Platform Checksum
ty-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ty-x86_64-apple-darwin.tar.gz Intel macOS checksum
ty-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ty-i686-pc-windows-msvc.zip x86 Windows checksum
ty-x86_64-pc-windows-msvc.zip x64 Windows checksum
ty-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ty-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ty-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ty-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ty-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ty-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ty-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ty-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ty-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ty-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ty-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
ty-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

Don't miss a new ty release

NewReleases is sending notifications on new releases.