From 85aa2ee0fa16c407524b9402e311aaa59973efc1 Mon Sep 17 00:00:00 2001 From: denisephie Date: Sat, 13 Jun 2026 17:20:40 +0700 Subject: [PATCH] Bump fastapi to >=0.136.3 to fix PYSEC-2026-161 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca7527868d..cca4a96740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ snowflake = [ starrocks = ["pymysql"] trino = ["trino"] web = [ - "fastapi==0.120.1", + "fastapi>=0.136.3", "watchfiles>=0.19.0", "uvicorn[standard]==0.22.0", "sse-starlette>=0.2.2", @@ -142,7 +142,7 @@ web = [ ] lsp = [ # Duplicate of web - "fastapi==0.120.1", + "fastapi>=0.136.3", "watchfiles>=0.19.0", # "uvicorn[standard]==0.22.0", "sse-starlette>=0.2.2",