AlejandroMorgante commented on code in PR #70160:
URL: https://github.com/apache/airflow/pull/70160#discussion_r3692368738


##########
providers/oracle/pyproject.toml:
##########
@@ -60,14 +60,17 @@ requires-python = ">=3.10"
 # After you modify the dependencies, and rebuild your Breeze CI image with 
``breeze ci-image build``
 dependencies = [
     "apache-airflow>=2.11.0",
-    "apache-airflow-providers-common-compat>=1.8.0",
+    "apache-airflow-providers-common-compat>=1.8.0",  # use next version

Review Comment:
   Airflow's provider dependency convention requires keeping the current lower 
bound with # use next version; cross-provider >= bumps are performed by Release 
Managers and are rejected by the selective check in regular PRs



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