koconder opened a new issue, #24411: URL: https://github.com/apache/airflow/issues/24411
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-airbyte==2.1.4 apache-airflow-providers-amazon==3.4.0 apache-airflow-providers-apache-cassandra==2.1.3 apache-airflow-providers-cncf-kubernetes==4.0.2 apache-airflow-providers-ftp==2.1.2 apache-airflow-providers-google==7.0.0 apache-airflow-providers-http==2.1.2 apache-airflow-providers-imap==2.2.3 apache-airflow-providers-mysql==2.2.3 apache-airflow-providers-postgres==4.1.0 apache-airflow-providers-slack==4.2.3 apache-airflow-providers-sqlite==2.1.3 apache-airflow-providers-ssh==2.4.4 ### Apache Airflow version 2.3.0 ### Operating System Mac OS 12.4 ### Deployment Virtualenv installation ### Deployment details Using a clean install of Airflow 2.3.0 on Python 3.9 with the providers specified above and the constraint file `https://raw.githubusercontent.com/apache/airflow/constraints-2-3/constraints-3.9.txt` I get the following error: ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. googleads 31.0.0 requires google-auth<2.0.0,>=1.0.0, but you have google-auth 2.7.0 which is incompatible. ``` ### What happened _No response_ ### What you think should happen instead The packages downstream or the constraint should be updated. ### How to reproduce As described above, and use pip install -r requirements.txt --constraints https://raw.githubusercontent.com/apache/airflow/constraints-2-3/constraints-3.9.txt ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
