From d607a20ffb119cadc771a3cc796696d417e77ae1 Mon Sep 17 00:00:00 2001 From: Achal Shah Date: Fri, 12 Nov 2021 10:57:36 -0800 Subject: [PATCH] Add missing comma in setup.py (#2031) Signed-off-by: Achal Shah --- sdk/python/setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sdk/python/setup.py b/sdk/python/setup.py index eb20c4f594..02216609e7 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -47,14 +47,14 @@ "google-api-core>=1.23.0", "googleapis-common-protos==1.52.*", "grpcio>=1.34.0", - "grpcio-reflection>=1.34.0" + "grpcio-reflection>=1.34.0", "Jinja2>=2.0.0", "jsonschema", "mmh3", "pandas>=1.0.0", "pandavro==1.5.*", "protobuf>=3.10", - "proto-plus", + "proto-plus<1.19.7", "pyarrow>=4.0.0", "pydantic>=1.0.0", "PyYAML>=5.4.*", @@ -67,7 +67,6 @@ ] GCP_REQUIRED = [ - "proto-plus<1.19.7", "google-cloud-bigquery>=2.28.1", "google-cloud-bigquery-storage >= 2.0.0", "google-cloud-datastore>=2.1.*",