From b8cd9ea0a27cfcef4bd667a1963e023edbee8542 Mon Sep 17 00:00:00 2001 From: xiaolai Date: Sat, 27 Jun 2026 12:32:22 +0000 Subject: [PATCH] fix: pin ty LSP server to ty==0.0.55 `ty@latest` resolves to whatever is newest on PyPI at LSP-server startup time; a breaking or compromised release would auto-deploy to all plugin users. Pin to the current stable release so upgrades are explicit. Co-Authored-By: Claude Code --- plugins/astral/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/astral/.claude-plugin/plugin.json b/plugins/astral/.claude-plugin/plugin.json index 78c7672..13b19c8 100644 --- a/plugins/astral/.claude-plugin/plugin.json +++ b/plugins/astral/.claude-plugin/plugin.json @@ -24,7 +24,7 @@ "lspServers": { "ty": { "command": "uvx", - "args": ["ty@latest", "server"], + "args": ["ty==0.0.55", "server"], "extensionToLanguage": { ".py": "python", ".pyi": "python"