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 79c001c commit 197c2eeCopy full SHA for 197c2ee
packages/google-cloud-bigtable/setup.py
@@ -38,7 +38,8 @@
38
# https://github.com/googleapis/google-cloud-python/issues/10566
39
"google-cloud-core >= 1.4.1, <3.0.0dev",
40
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
41
- "proto-plus >= 1.18.0",
+ "proto-plus >= 1.18.0, <2.0.0dev",
42
+ "protobuf >= 3.19.0, <4.0.0dev",
43
]
44
extras = {"libcst": "libcst >= 0.2.5"}
45
packages/google-cloud-bigtable/testing/constraints-3.6.txt
@@ -10,3 +10,4 @@ google-cloud-core==1.4.1
10
grpc-google-iam-v1==0.12.4
11
proto-plus==1.18.0
12
libcst==0.2.5
13
+protobuf==3.19.0
0 commit comments