potiuk commented on code in PR #54171: URL: https://github.com/apache/airflow/pull/54171#discussion_r2256661773
########## 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: Yeah. I think the current approach is "ok" > we should even keep >= as long as it is in both - task-sdk and airflow-core (this is then effectively equivalent to == as next version of task-sdk will have airflow-core>=3.0.5 etc. And I think it's best we keep it separate in `main` and `v3-0-test`-> main should have "good" deps for the future release, but v3-0-test should keep effectively pinning. Yep. We shoudl likely add it in release instructions - I guess 3.0.5 is going to be released and we might forget it in a few weeks -- 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]
