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 78a1ae7 commit a4deaf7Copy full SHA for a4deaf7
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
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