From d39087455d57d1d42ec9c085c8a7cdedcbc1b36c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 00:50:11 +0000 Subject: [PATCH] ty: Update to version 0.0.18 --- bucket/ty.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ty.json b/bucket/ty.json index dda84a3aa7..5601876fee 100644 --- a/bucket/ty.json +++ b/bucket/ty.json @@ -1,20 +1,20 @@ { - "version": "0.0.17", + "version": "0.0.18", "description": "An extremely fast Python type checker and language server, written in Rust.", "homepage": "https://github.com/astral-sh/ty", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ty/releases/download/0.0.17/ty-x86_64-pc-windows-msvc.zip", - "hash": "d8fe119de2a21c72fd345e640625c9e277418c3ebaf9b0548367d2d4e0b2cb41" + "url": "https://github.com/astral-sh/ty/releases/download/0.0.18/ty-x86_64-pc-windows-msvc.zip", + "hash": "fb57f9750530dc99e9270d6f5ccec54fa617f87aada0466c8233bcbc718dc482" }, "32bit": { - "url": "https://github.com/astral-sh/ty/releases/download/0.0.17/ty-i686-pc-windows-msvc.zip", - "hash": "13947a1f431b1b7126f02233ef9626ef79e1f2d85d907e8bec6b61831e8d33ad" + "url": "https://github.com/astral-sh/ty/releases/download/0.0.18/ty-i686-pc-windows-msvc.zip", + "hash": "208dc4af1a294af262d4c711613d357af0fc8b357c8722142b1e6f932334ab0f" }, "arm64": { - "url": "https://github.com/astral-sh/ty/releases/download/0.0.17/ty-aarch64-pc-windows-msvc.zip", - "hash": "88426a2eab4f1218b30f9fedaa8d79b51bb5ba76d6540fb945ff653c37d86d48" + "url": "https://github.com/astral-sh/ty/releases/download/0.0.18/ty-aarch64-pc-windows-msvc.zip", + "hash": "e7f377a3efd1f39c9b3f5806ff12fdb796ef21549b2b4f1ce6bd8f7efa09b488" } }, "bin": "ty.exe",