Skip to content

Commit 3c85543

Browse files
committed
fix(deps): require protobuf <4.0.0dev (#456)
1 parent 7458874 commit 3c85543

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/google-cloud-bigquery-storage/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
# Until this issue is closed
2929
# https://github.com/googleapis/google-cloud-python/issues/10566
3030
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
31-
"proto-plus >= 1.18.0",
31+
"proto-plus >= 1.18.0, <2.0.0dev",
32+
"protobuf >= 3.19.0, <4.0.0dev",
3233
]
3334
extras = {
3435
"pandas": ["pandas>=0.21.1"],

packages/google-cloud-bigquery-storage/testing/constraints-3.6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ libcst==0.2.5
1111
fastavro==0.21.2
1212
pandas==0.21.1
1313
pyarrow==0.15.0
14+
protobuf==3.19.0

0 commit comments

Comments
 (0)