googleads / googleads-python-lib

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

allow PyYAML dependency up to 6.0 #511

Closed sahilkukreja closed 2 years ago

sahilkukreja commented 2 years ago

PR Regarding issues [https://github.com/googleads/googleads-python-lib/issues/510)] (https://github.com/googleads/googleads-python-lib/issues/510) i.e. googleads doesnt have support for latest pyyaml version but that is widely used in GCP composer version composer-2.0.28-airflow-2.3.3 failed to install pypi packages. googleads has requirement pyyaml <6.0, >=5.1, but you have pyyaml 6.0

sahilkukreja commented 2 years ago

@msaniscalchi Please review and approve