Skip to content

Commit 06773f3

Browse files
amoghrajeshGitOps Bot
authored andcommitted
Temporarily limit fastapi to less than 0.118.0 to fix CI (apache#56239)
1 parent f64eeff commit 06773f3

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)