Skip to content

Commit 85aa2ee

Browse files
denisephieStuffbyYuki
authored andcommitted
Bump fastapi to >=0.136.3 to fix PYSEC-2026-161
1 parent 61082a6 commit 85aa2ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ snowflake = [
134134
starrocks = ["pymysql"]
135135
trino = ["trino"]
136136
web = [
137-
"fastapi==0.120.1",
137+
"fastapi>=0.136.3",
138138
"watchfiles>=0.19.0",
139139
"uvicorn[standard]==0.22.0",
140140
"sse-starlette>=0.2.2",
141141
"pyarrow",
142142
]
143143
lsp = [
144144
# Duplicate of web
145-
"fastapi==0.120.1",
145+
"fastapi>=0.136.3",
146146
"watchfiles>=0.19.0",
147147
# "uvicorn[standard]==0.22.0",
148148
"sse-starlette>=0.2.2",

0 commit comments

Comments
 (0)