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 d3e9304 commit 1dccd37Copy full SHA for 1dccd37
setup.py
@@ -37,7 +37,8 @@
37
# Until this issue is closed
38
# https://github.com/googleapis/google-cloud-python/issues/10566
39
"google-cloud-core >= 1.4.0, <3.0.0dev",
40
- "proto-plus >= 1.15.0",
+ "proto-plus >= 1.15.0, <2.0.0dev",
41
+ "protobuf >= 3.19.0, <4.0.0dev",
42
]
43
extras = {"libcst": "libcst >= 0.2.5"}
44
testing/constraints-3.6.txt
@@ -9,3 +9,4 @@ google-api-core==1.31.5
9
google-cloud-core==1.4.0
10
proto-plus==1.15.0
11
libcst==0.2.5
12
+protobuf==3.19.0
0 commit comments