This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 1eb185fd40c [v3-0-test] Bump min task sdk version in core to 1.0.4 
(#54171) (#54180)
1eb185fd40c is described below

commit 1eb185fd40cf784944bb6b3001ed07674e3b5dc6
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Wed Aug 6 14:07:04 2025 +0100

    [v3-0-test] Bump min task sdk version in core to 1.0.4 (#54171) (#54180)
    
    (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",
 ]
 

Reply via email to