This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 0970aa86202 Restrict google-ads 28.0.0.post2 (#55640) (#55656)
0970aa86202 is described below
commit 0970aa862021f02310dec48b7925a1c8c35193dc
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Sep 15 01:45:56 2025 +0000
Restrict google-ads 28.0.0.post2 (#55640) (#55656)
Co-authored-by: GPK <[email protected]>
---
providers/google/pyproject.toml | 2 +-
scripts/in_container/run_generate_constraints.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml
index 33f400b3155..259fed5dad0 100644
--- a/providers/google/pyproject.toml
+++ b/providers/google/pyproject.toml
@@ -66,7 +66,7 @@ dependencies = [
"gcloud-aio-bigquery>=6.1.2",
"gcloud-aio-storage>=9.0.0",
"gcsfs>=2023.10.0",
- "google-ads>=26.0.0",
+ "google-ads>=26.0.0,!=28.0.0.post2",
"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/scripts/in_container/run_generate_constraints.py
b/scripts/in_container/run_generate_constraints.py
index 16295360ebf..4d4fcdcb53c 100755
--- a/scripts/in_container/run_generate_constraints.py
+++ b/scripts/in_container/run_generate_constraints.py
@@ -362,7 +362,7 @@ def generate_constraints_pypi_providers(config_params:
ConfigParams) -> None:
#
# * no exclusions
#
- additional_constraints_for_highest_resolution: list[str] = []
+ additional_constraints_for_highest_resolution: list[str] =
["google-ads!=28.0.0.post2"]
result = run_command(
cmd=[