This is an automated email from the ASF dual-hosted git repository.
pankajkoti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 2727d5db92 Update the version of google-ads (#41638)
2727d5db92 is described below
commit 2727d5db9261e9bdec6f6488adc67fe11b3cddc8
Author: VladaZakharova <[email protected]>
AuthorDate: Wed Aug 21 14:16:52 2024 +0200
Update the version of google-ads (#41638)
This PR is related to the upgrade of google-ads dependency. There is a new
API version on Google Ads API and Google Ads API tends to deprecate too
quickly. So we are trying to increase the dependency version to match with the
latest version.
Since we mostly use the types from the underlying library it is safe to
upgrade. Also the users can give specific API version to override default value
and use the previous API versions.
Here is the "Deprecation and sunset page" of Google Ads API:
https://developers.google.com/google-ads/api/docs/sunset-dates.
---
airflow/providers/google/provider.yaml | 2 +-
generated/provider_dependencies.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/providers/google/provider.yaml
b/airflow/providers/google/provider.yaml
index cd49f2cb6e..e6f38ef26b 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -103,7 +103,7 @@ dependencies:
- gcloud-aio-bigquery>=6.1.2
- gcloud-aio-storage>=9.0.0
- gcsfs>=2023.10.0
- - google-ads>=24.1.0
+ - google-ads>=25.0.0
- google-analytics-admin>=0.9.0
# Google-api-core 2.16.0 back-compat issue:
# - https://github.com/googleapis/python-api-core/issues/576
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index 99de0b489f..ce59ba6127 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -613,7 +613,7 @@
"gcloud-aio-bigquery>=6.1.2",
"gcloud-aio-storage>=9.0.0",
"gcsfs>=2023.10.0",
- "google-ads>=24.1.0",
+ "google-ads>=25.0.0",
"google-analytics-admin>=0.9.0",
"google-api-core>=2.11.0,!=2.16.0,!=2.18.0",
"google-api-python-client>=2.0.2",