r-richmond commented on issue #27674: URL: https://github.com/apache/airflow/issues/27674#issuecomment-1315564598
Attempted to test `google: 8.5.0rc1` by installing it into a dev instance and was hit with the following error. Which I suppose is expected considering `apache-airflow-providers-common-sql 1.3.0` has rc1 above but I don't have an easy way to install `8.5.0rc1` in my dev environment as a result. One workaround would be to update `google 8.5.0rcX` to be dependent on `apache-airflow-providers-common-sql>=1.3.0rX` ``` Because apache-airflow-providers-google (8.5.0rc1) depends on apache-airflow-providers-common-sql (>=1.3.0) which doesn't match any versions, apache-airflow-providers-google is forbidden. So, because airflow-dev depends on apache-airflow-providers-google (==8.5.0rc1), version solving failed. ``` -- 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]
