From 3646838e9c7d6b42014685504232ae458ef4ab43 Mon Sep 17 00:00:00 2001 From: Ben King <9087625+benfdking@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:52:35 +0100 Subject: [PATCH] chore: pin pygls to avoid issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acee956e0b..235bbb8185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,7 +132,7 @@ lsp = [ "sse-starlette>=0.2.2", "pyarrow", # For lsp - "pygls", + "pygls>=1.2.0,<2.0.0", "lsprotocol", ] risingwave = ["psycopg2"]