mobuchowski commented on code in PR #40819:
URL: https://github.com/apache/airflow/pull/40819#discussion_r1684277036


##########
generated/provider_dependencies.json:
##########
@@ -57,6 +57,7 @@
     "cross-providers-deps": [
       "apache.hive",
       "cncf.kubernetes",
+      "common.compat",

Review Comment:
   This causes CI error:
   
   ```
     ERROR: Cannot install apache-airflow-providers-amazon==8.26.0.dev0 and 
apache-airflow-providers-common-compat 1.0.0.dev0 (from 
/dist/apache_airflow_providers_common_compat-1.0.0.dev0-py3-none-any.whl) 
because these package versions have conflicting dependencies.
     
     The conflict is caused by:
         The user requested apache-airflow-providers-common-compat 1.0.0.dev0 
(from /dist/apache_airflow_providers_common_compat-1.0.0.dev0-py3-none-any.whl)
         apache-airflow-providers-amazon 8.26.0.dev0 depends on 
apache-airflow-providers-common-compat>=1.1.0.dev0
   ```
   
   Is there a way to specify that the provider depends on the next releasable 
provider version?
   
   In OL CI we've solved this by bumping version not during release, but 
actually after - this way, if the last released version is for example 1.5, the 
version on main is 1.6



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