From a3a8815dc7cd1086dcf0c8b637ff1f0f6ae940fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:07:47 +0000 Subject: [PATCH] Bump apache-airflow from 2.2.4 to 3.2.1rc1 Bumps [apache-airflow](https://github.com/apache/airflow) from 2.2.4 to 3.2.1rc1. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst) - [Commits](https://github.com/apache/airflow/compare/2.2.4...3.2.1rc1) --- updated-dependencies: - dependency-name: apache-airflow dependency-version: 3.2.1rc1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4aa346d..3976d0b2 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def get_version(): "retry==0.9.2", ], extras_require={ - "airflow": ["apache-airflow==2.2.4"], + "airflow": ["apache-airflow==3.2.1rc1"], "data": ["dominodatalab-data>=0.1.0"], "agents": [ "semver>=3.0.4",