ashb commented on code in PR #60985:
URL: https://github.com/apache/airflow/pull/60985#discussion_r2722138241
##########
providers/git/pyproject.toml:
##########
@@ -59,7 +59,7 @@ requires-python = ">=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with
``breeze ci-image build``
dependencies = [
"apache-airflow>=3.0.0",
- "apache-airflow-providers-common-compat>=1.10.1",
+ "apache-airflow-providers-common-compat>=1.10.1", # use next version
Review Comment:
Could/should we update it to the known version, as in this case the
`apache-airflow-providers-common-compat` we want has already been released
The `use next version` is for when we want it to support what ever the next
as-yet-to-be-released common provider is?
--
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]