This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new c474be9ff06 [v3-1-test] Temporarily limit fastapi to less than 0.118.0 
to fix CI (#56239) (#56386)
c474be9ff06 is described below

commit c474be9ff06cf16bf96f93de9a09e30ffc476bee
Author: Jens Scheffler <[email protected]>
AuthorDate: Sat Oct 4 13:42:49 2025 +0200

    [v3-1-test] Temporarily limit fastapi to less than 0.118.0 to fix CI 
(#56239) (#56386)
    
    (cherry picked from commit 0931482db14a30492662187123020d18a705799d)
    
    Co-authored-by: Amogh Desai <[email protected]>
---
 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 2f5c4b18126..80874d9678c 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"',

Reply via email to