From edbd8208d590d161a8edd9510863cb2e2e673cba Mon Sep 17 00:00:00 2001 From: Nico Becker Date: Fri, 13 Feb 2026 16:23:06 +0100 Subject: [PATCH] feat: update fastapi --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cca104991..9f24403564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ snowflake = [ ] trino = ["trino"] web = [ - "fastapi==0.115.5", + "fastapi==0.120.1", "watchfiles>=0.19.0", "uvicorn[standard]==0.22.0", "sse-starlette>=0.2.2", @@ -134,7 +134,7 @@ web = [ ] lsp = [ # Duplicate of web - "fastapi==0.115.5", + "fastapi==0.120.1", "watchfiles>=0.19.0", # "uvicorn[standard]==0.22.0", "sse-starlette>=0.2.2",