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


##########
airflow-core/pyproject.toml:
##########
@@ -141,7 +141,7 @@ dependencies = [
     # https://github.com/apache/airflow/issues/56369 , rework 
universal-pathlib usage
     "universal-pathlib>=0.2.6,<0.3.0",
     "uuid6>=2024.7.10",
-    "apache-airflow-task-sdk<1.2.0,==1.1.5",
+    "apache-airflow-task-sdk<1.2.0,>=1.1.5",

Review Comment:
   We **still** do not test if the new task-sdk works with past Airflow 
versions. I would not really do it until we have back-compat tests maybe? 
   
   Otherwise we might potentially get the situation that someone installs new 
task-sdk version without upgrading airflow (or - what's more probable - 
upgrades to newer version of airflow and rolls back, but task-sdk remains in 
newer version).



-- 
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