googleads / googleads-python-lib

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

Unable to Use goodeads to latest Composer Version #522

Closed sahilkukreja closed 1 year ago

sahilkukreja commented 1 year ago

Upgrading to composer-2.3.4-airflow-2.5.3 will result in a PyPI dependencies conflict:

googleads 38.0.0 has requirement google-auth-oauthlib<1.0.0,>=0.0.1, but latest composer version supports google-auth-oauthlib 1.0.0.

@msaniscalchi Can we please include support for google-auth-oauthlib 1.0.0

darontextnow commented 1 year ago

I need to use googleds with airflow 2.6.3, but same issue here. This version of airflow requires google-auth-oauthlib==1.0.0. Can support for this version be added?

msaniscalchi commented 1 year ago

Hello, thanks for the report. I'll take a look through our current dependencies and see if I can get this updated in time for the upcoming Ad Manager release.

darontextnow commented 1 year ago

Thank you @msaniscalchi !!