potiuk commented on code in PR #54171:
URL: https://github.com/apache/airflow/pull/54171#discussion_r2256536380


##########
pyproject.toml:
##########
@@ -67,7 +67,7 @@ classifiers = [
 version = "3.1.0"
 
 dependencies = [
-    "apache-airflow-task-sdk<1.2.0,>=1.0.0",
+    "apache-airflow-task-sdk<1.2.0,>=1.0.4",

Review Comment:
   Should not that be 1.1.0 ? We already have task-sdk==1.1.0 in main and I 
think we should just keep it with >=1.1.0
   
   I think it **should** work out of the box - the big problem with this is 
that 1.1.0 is not relased (but neither 1.0.4 is currently released yet) but our 
CI shoudl be "smart enough" to build the task-sdk package in 1.1.0, place it in 
dist and install it from `dist` when it does not find it in PyPI. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to