From a97835e097b6470da9bd66420b8d271fd15fe21d Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Tue, 30 Sep 2025 11:32:30 +0530 Subject: [PATCH] Temporarily limit fastapi to less than 0.118.0 to fix CI --- airflow-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml index 01b22d22cf9c5..8bacb0932fe8c 100644 --- a/airflow-core/pyproject.toml +++ b/airflow-core/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "cryptography>=41.0.0", "deprecated>=1.2.13", "dill>=0.2.2", - "fastapi[standard-no-fastapi-cloud-cli]>=0.116.0", + "fastapi[standard-no-fastapi-cloud-cli]>=0.116.0,<0.118.0", "starlette>=0.45.0", "httpx>=0.25.0", 'importlib_metadata>=6.5;python_version<"3.12"',