We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c60076 commit a958e4dCopy full SHA for a958e4d
gapic/ads-templates/setup.py.j2
@@ -29,12 +29,12 @@ else:
29
release_status = "Development Status :: 5 - Production/Stable"
30
31
dependencies = [
32
- "google-api-core[grpc] >= 2.10.0, < 3.0.0",
+ "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",
36
"proto-plus >= 1.22.3, <2.0.0",
37
- "protobuf >= 4.25.8, <7.0.0",
+ "protobuf >= 4.25.8, <5.0.0dev",
38
{% if api.requires_package(('google', 'iam', 'v1')) %}
39
"grpc-google-iam-v1",
40
{% endif %}
0 commit comments