Skip to content

Commit 4fe1695

Browse files
committed
WIP: try to match ads setup to standard setup
1 parent a958e4d commit 4fe1695

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

gapic/ads-templates/setup.py.j2

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ else:
2929
release_status = "Development Status :: 5 - Production/Stable"
3030

3131
dependencies = [
32-
"google-api-core[grpc] >= 2.11.0, < 3.0.0",
33-
"google-auth >= 2.14.1, <3.0.0",
34-
"googleapis-common-protos >= 1.53.0",
35-
"grpcio >= 1.10.0",
32+
"google-api-core[grpc] >= 2.11.0, <3.0.0",
33+
# Exclude incompatible versions of `google-auth`
34+
# See https://github.com/googleapis/google-cloud-python/issues/12364
35+
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
36+
"grpcio >= 1.33.2, < 2.0.0",
37+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
3638
"proto-plus >= 1.22.3, <2.0.0",
39+
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
3740
"protobuf >= 4.25.8, <5.0.0dev",
3841
{% if api.requires_package(('google', 'iam', 'v1')) %}
3942
"grpc-google-iam-v1",

0 commit comments

Comments
 (0)