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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f38f2d478cd Bump FastAPI to 0.129.0 and cadwyn to 0.6.3 (#62017)
f38f2d478cd is described below

commit f38f2d478cdedaa6a413d17949616d506c29d49b
Author: Shahar Epstein <[email protected]>
AuthorDate: Mon Feb 16 17:07:44 2026 +0200

    Bump FastAPI to 0.129.0 and cadwyn to 0.6.3 (#62017)
---
 airflow-core/pyproject.toml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 07f735cd285..a38fad1a926 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -82,7 +82,7 @@ dependencies = [
     "argcomplete>=1.10",
     "asgiref>=2.3.0",
     "attrs>=22.1.0, !=25.2.0",
-    "cadwyn>=6.0.0",
+    "cadwyn>=6.0.3",
     "colorlog>=6.8.2",
     "cron-descriptor>=1.2.24",
     "croniter>=2.0.2",
@@ -90,8 +90,7 @@ dependencies = [
     "cryptography>=41.0.0,<46.0.0",
     "deprecated>=1.2.13",
     "dill>=0.2.2",
-    # Waits for https://github.com/zmievsa/cadwyn/pull/327
-    "fastapi[standard-no-fastapi-cloud-cli]>=0.128.1,<0.128.4",
+    "fastapi[standard-no-fastapi-cloud-cli]>=0.129.0",
     "uvicorn>=0.37.0",
     "starlette>=0.45.0",
     "httpx>=0.25.0",

Reply via email to