Skip to content

Commit 8d2e623

Browse files
authored
Exclude FastAPI 0.128.0 (#59856)
1 parent df2f776 commit 8d2e623

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
@@ -85,7 +85,7 @@ dependencies = [
8585
"cryptography>=41.0.0,<46.0.0",
8686
"deprecated>=1.2.13",
8787
"dill>=0.2.2",
88-
"fastapi[standard-no-fastapi-cloud-cli]>=0.127.0",
88+
"fastapi[standard-no-fastapi-cloud-cli]>=0.127.0,!=0.128.0",
8989
"uvicorn>=0.37.0",
9090
"starlette>=0.45.0",
9191
"httpx>=0.25.0",

0 commit comments

Comments
 (0)