ValBerthe opened a new issue #18371: URL: https://github.com/apache/airflow/issues/18371
### Description As described here : https://github.com/apache/airflow/blob/main/setup.py#L287 `google-api-python-client` has the `<2.0.0` requirement, which prevents the usage of nice QoL upgrades concerning the discovery cache of the client. More information on the upgrade here : https://github.com/googleapis/google-api-python-client/blob/main/UPGRADING.md This migration to 2.x.x **does not induce breaking changes** (should be transparent). ### Use case/motivation Newer version of `google-api-python-client` brings useful features regarding the discovery cache. https://github.com/googleapis/google-api-python-client/blob/main/UPGRADING.md ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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]
