bugraoz93 commented on code in PR #64943:
URL: https://github.com/apache/airflow/pull/64943#discussion_r3196546965
##########
airflow-core/pyproject.toml:
##########
@@ -150,6 +150,7 @@ dependencies = [
"universal-pathlib>=0.3.8",
"uuid6>=2024.7.10",
"apache-airflow-task-sdk<1.4.0,>=1.3.0",
+ "apache-airflow-ctl",
Review Comment:
Yes, managing versions separately makes sense. Something in a newer version
could introduce a breaking change for the Airflow CLI and then be addressed in
a later release.
Since these are released independently and not tightly coupled at the
integration level, handling versioning this way gives us more flexibility.
--
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]