Skip to content

Commit 2727d5d

Browse files
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.
1 parent d404a14 commit 2727d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airflow/providers/google/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies:
103103
- gcloud-aio-bigquery>=6.1.2
104104
- gcloud-aio-storage>=9.0.0
105105
- gcsfs>=2023.10.0
106-
- google-ads>=24.1.0
106+
- google-ads>=25.0.0
107107
- google-analytics-admin>=0.9.0
108108
# Google-api-core 2.16.0 back-compat issue:
109109
# - https://github.com/googleapis/python-api-core/issues/576

generated/provider_dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
"gcloud-aio-bigquery>=6.1.2",
614614
"gcloud-aio-storage>=9.0.0",
615615
"gcsfs>=2023.10.0",
616-
"google-ads>=24.1.0",
616+
"google-ads>=25.0.0",
617617
"google-analytics-admin>=0.9.0",
618618
"google-api-core>=2.11.0,!=2.16.0,!=2.18.0",
619619
"google-api-python-client>=2.0.2",

0 commit comments

Comments
 (0)