From d5c517257b7d4542dedeb2d0ab94c3c7c2bf6cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:07:59 +0000 Subject: [PATCH] Update apache-airflow-core requirement from >=3.0.0 to >=3.2.1 Updates the requirements on [apache-airflow-core](https://github.com/apache/airflow) to permit the latest version. - [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/3.0.0...3.2.1) --- updated-dependencies: - dependency-name: apache-airflow-core dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3509ba2..b8cf305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "apache-airflow-task-sdk<1.2.0,>=1.0.0", - "apache-airflow-core>=3.0.0", + "apache-airflow-core>=3.2.1", ]