Skip to content

Commit 4fcc8a3

Browse files
authored
Chore: Upgrade fastapi from 0.115.5 to 0.120.1 (#5699)
1 parent 0503fae commit 4fcc8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ snowflake = [
126126
]
127127
trino = ["trino"]
128128
web = [
129-
"fastapi==0.115.5",
129+
"fastapi==0.120.1",
130130
"watchfiles>=0.19.0",
131131
"uvicorn[standard]==0.22.0",
132132
"sse-starlette>=0.2.2",
133133
"pyarrow",
134134
]
135135
lsp = [
136136
# Duplicate of web
137-
"fastapi==0.115.5",
137+
"fastapi==0.120.1",
138138
"watchfiles>=0.19.0",
139139
# "uvicorn[standard]==0.22.0",
140140
"sse-starlette>=0.2.2",

0 commit comments

Comments
 (0)