potiuk commented on PR #36143: URL: https://github.com/apache/airflow/pull/36143#issuecomment-1848598233
fixes problem found in #36141. The problem in https://github.com/apache/airflow/actions/runs/7152402263/job/19477871828?pr=36141 ``` ERROR: Cannot install apache-airflow-providers-google==10.13.0.dev0 because these package versions have conflicting dependencies. The conflict is caused by: apache-airflow-providers-google 10.13.0.dev0 depends on google-cloud-automl>=2.12.0 The user requested (constraint) google-cloud-automl==2.11.4 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip attempt to solve the dependency conflict ``` Was caused becaue we were using `main` constraints but locally we upgraded it. This one should fix it :) -- 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]
