hussein-awala commented on PR #32925: URL: https://github.com/apache/airflow/pull/32925#issuecomment-1656373318
> We already have it. It is generated automatically yes, I saw it, but we don't specify the min version of google provider compatible with the desired version of aws provider. If we have google provider 10.0.0 installed and we want to install the aws provider, it will not upgrade the google provider version. I just tested it: ```bash pip install apache-airflow-providers-amazon[google]==8.3.1 ... Requirement already satisfied: apache-airflow-providers-google in /home/hussein.awala/anaconda3/envs/airflow-env/lib/python3.9/site-packages (from apache-airflow-providers-amazon[google]==8.3.1) (10.0.0) ``` But after this PR, the same command should upgrade the google provider version at least to the min supported version. wdyt? -- 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]
