From a78247e5b3fa3a86c7f0e87cdc380fb6fd875655 Mon Sep 17 00:00:00 2001 From: Kumar Anirudha <5357586+anistark@users.noreply.github.com> Date: Wed, 7 Oct 2020 11:21:51 +0530 Subject: [PATCH 1/2] Needs protobuf >= 3.12.0 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2cb57aad2..499ce2fa9 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ "google-cloud-core >= 1.4.1, < 2.0dev", "google-resumable-media >= 0.6.0, < 2.0dev", "six >=1.13.0,< 2.0.0dev", + "protobuf >= 3.12.0", ] extras = { "bqstorage": [ From efe1919ff062cc5e644c2e61dbb52e502f4c642d Mon Sep 17 00:00:00 2001 From: HemangChothani Date: Fri, 16 Oct 2020 13:29:38 +0530 Subject: [PATCH 2/2] deps: add protobuf dependency --- testing/constraints-3.6.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index 798804941..cea0ed84e 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -8,6 +8,7 @@ libcst==0.2.5 llvmlite==0.34.0 # pandas 0.23.0 is the first version to work with pyarrow to_pandas. pandas==0.23.0 +protobuf == 3.12.0 proto-plus==1.10.0 pyarrow==1.0.0 python-snappy==0.5.4