potiuk commented on code in PR #54171: URL: https://github.com/apache/airflow/pull/54171#discussion_r2256597407
########## 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: In fact - at some point in time - we agreed that for 3.0 we will keep them in-sync - so `apache-airflow 3.0.4` should have `task-sdk==1.0.4` - this is a temporary measure because we have still coupling between `airflow-core` and `task-sdk` and they are alwyays released together and should **only** work with the corresponding version, because we do not run compatibility tests. -- 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]
