googleads / googleads-python-lib

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

allow googleads to install alongside google-auth 2.x #496

Closed Commod0re closed 5 months ago

Commod0re commented 2 years ago

currently you have google-auth pinned to be 1.x:

'google-auth>=1.0.0,<2.0.0'

google-auth has been stable above 2.0 for 7 months: https://pypi.org/project/google-auth/#history

I have lightly tested googleads 27.0.0 and 31.0.0 with google-auth 2.6.3 and it seems like it works, any chance the version requirement could be widened to allow 2.x as well?

christopherseeley commented 5 months ago

Fixed in v35.0+