googleads / googleads-python-lib

The Python client library for Google's Ads APIs
Apache License 2.0
683 stars 975 forks source link

allow google-auth dependency up to 3.0.0 #504

Closed cloventt closed 1 year ago

cloventt commented 2 years ago

google-auth v2 seems to be compatible with this lib so there is no reason to include this restriction. I haven't tested the integration thoroughly however.

The restriction causes issues when installing this library in a project alongside recent versions of the google-ads lib, which requires a newer version of google-auth than this lib allows. This causes pip to fail to install dependencies due to a constraints violation.

This PR closes #496 .

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.