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 76413b1 commit cb0720cCopy full SHA for cb0720c
setup.py
@@ -39,8 +39,9 @@
39
# Until this issue is closed
40
# https://github.com/googleapis/google-cloud-python/issues/10566
41
"google-cloud-core >= 1.4.1, <3.0.0dev",
42
- "grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
43
- "proto-plus >= 1.15.0",
+ "grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
+ "proto-plus >= 1.15.0, <2.0.0dev",
44
+ "protobuf >= 3.19.0, <4.0.0dev",
45
]
46
extras = {}
47
testing/constraints-3.6.txt
@@ -8,3 +8,4 @@
8
google-api-core==1.31.5
9
google-cloud-core==1.4.1
10
proto-plus==1.15.0
11
+protobuf==3.19.0
0 commit comments