From 38b80bc64012c1bf8e5f283c1e866abb5691f619 Mon Sep 17 00:00:00 2001 From: Ben King <9087625+benfdking@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:53:21 +0300 Subject: [PATCH] fix: remove need for uvicorn - removes an old pin for uvicorn for the lsp - was copied as depends on web but uvicorn is not an actual python dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b526527fc..38a3fcd282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ lsp = [ # Duplicate of web "fastapi==0.115.5", "watchfiles>=0.19.0", - "uvicorn[standard]==0.22.0", + # "uvicorn[standard]==0.22.0", "sse-starlette>=0.2.2", "pyarrow", # For lsp