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


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 0e9bc26ac58 Relax requirement on Task SDK for meta package
0e9bc26ac58 is described below

commit 0e9bc26ac58b7b7293940a3dcb26ee6d59ac8c3f
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Sep 24 02:23:49 2025 +0100

    Relax requirement on Task SDK for meta package
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 42a589f62cf..81a2215c350 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -67,7 +67,7 @@ classifiers = [
 version = "3.1.0"
 
 dependencies = [
-    "apache-airflow-task-sdk==1.1.0",
+    "apache-airflow-task-sdk>=1.1.0",
     "apache-airflow-core==3.1.0",
     "natsort>=8.4.0",
 ]

Reply via email to