Skip to content

Commit a958e4d

Browse files
committed
WIP: Try tweaking ads requirements
1 parent 0c60076 commit a958e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gapic/ads-templates/setup.py.j2

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

3131
dependencies = [
32-
"google-api-core[grpc] >= 2.10.0, < 3.0.0",
32+
"google-api-core[grpc] >= 2.11.0, < 3.0.0",
3333
"google-auth >= 2.14.1, <3.0.0",
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, <7.0.0",
37+
"protobuf >= 4.25.8, <5.0.0dev",
3838
{% if api.requires_package(('google', 'iam', 'v1')) %}
3939
"grpc-google-iam-v1",
4040
{% endif %}

0 commit comments

Comments
 (0)