This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch backport-6ecc0e9-v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 90d0c72d5342658c64ce69587fec0ee7758c988a Author: Amogh Desai <[email protected]> AuthorDate: Wed Aug 6 17:54:57 2025 +0530 [v3-0-test] Bump min task sdk version in core to 1.0.4 (#54171) (cherry picked from commit 6ecc0e9a7e30af64f3d03e395f0645c2f84799c7) Co-authored-by: Amogh Desai <[email protected]> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b19cfc2923..bfad27a1e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ classifiers = [ version = "3.0.4" dependencies = [ - "apache-airflow-task-sdk<1.1.0,>=1.0.0", + "apache-airflow-task-sdk<1.1.0,>=1.0.4", "apache-airflow-core==3.0.4", ]
