This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d7311646e9080631775ced349478853758fbf7e2 Author: Kaxil Naik <kaxiln...@apache.org> AuthorDate: Mon Sep 8 16:43:54 2025 -0600 Pin Task-SDK for Airflow meta package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 788a81f913f..e8e3697b6b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ classifiers = [ version = "3.1.0" dependencies = [ - "apache-airflow-task-sdk<1.2.0,>=1.0.4", + "apache-airflow-task-sdk==1.1.0", "apache-airflow-core==3.1.0", "natsort>=8.4.0", ]