potiuk commented on PR #36017:
URL: https://github.com/apache/airflow/pull/36017#issuecomment-1836963448

   Ok. Two fixes are needed:
   
   1)           rm -rf dist/apache_airflow_providers_cohere*.whl - added here: 
https://github.com/apache/airflow/blob/41f4766d5b4873ddbf8daa94d837398342aeaf98/.github/workflows/ci.yml#L823
   
   With the comment that is should be removed when we bump to 2.7.0
   
   2) add min_airflow_version = 2.7.1 for cohere provider - seems that 
importlib limitation in airflow (<5) is incompatible with cohere's (>=6) - and 
it was only removed in 2.7.1 (https://github.com/apache/airflow/pull/3357)  
   
   So looks ike Cohere provider is only actually installable for Airflow 2.7.1+ 
- we should add in their provider.yaml


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to