From 367933f4c58de833c3fbd4631be29036a94bd03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:06:58 +0000 Subject: [PATCH] Update apache-airflow-task-sdk requirement Updates the requirements on [apache-airflow-task-sdk](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/1.0.0...task-sdk/1.2.1) --- updated-dependencies: - dependency-name: apache-airflow-task-sdk dependency-version: 1.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..b103f5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "apache-airflow-task-sdk<1.2.0,>=1.0.0", + "apache-airflow-task-sdk>=1.2.1,<1.3.0", "apache-airflow-core>=3.0.0", ]