Skip to content

Commit ef41a40

Browse files
committed
Update protobuf dependency in ads template
1 parent e62b2ef commit ef41a40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gapic/ads-templates/setup.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [
3434
"googleapis-common-protos >= 1.53.0",
3535
"grpcio >= 1.10.0",
3636
"proto-plus >= 1.22.3, <2.0.0",
37+
"protobuf >= 4.25.8, <5.0.0dev",
3738
{% if api.requires_package(('google', 'iam', 'v1')) %}
3839
"grpc-google-iam-v1",
3940
{% endif %}

0 commit comments

Comments
 (0)