Skip to content

Commit c474be9

Browse files
[v3-1-test] Temporarily limit fastapi to less than 0.118.0 to fix CI (#56239) (#56386)
(cherry picked from commit 0931482) Co-authored-by: Amogh Desai <[email protected]>
1 parent 0238b95 commit c474be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies = [
8282
"cryptography>=41.0.0",
8383
"deprecated>=1.2.13",
8484
"dill>=0.2.2",
85-
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0",
85+
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0,<0.118.0",
8686
"starlette>=0.45.0",
8787
"httpx>=0.25.0",
8888
'importlib_metadata>=6.5;python_version<"3.12"',

0 commit comments

Comments
 (0)