From d34c511fa59cd39380ad97886c394480ec347a0a Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Tue, 9 May 2023 13:10:09 -0400 Subject: [PATCH] CT 2552 pin protobuf to >=4.0.0 (#7566) * Pin protobuf to >=4.0.0 * Changie --- .changes/unreleased/Fixes-20230509-123159.yaml | 6 ++++++ core/setup.py | 2 +- dev-requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/Fixes-20230509-123159.yaml diff --git a/.changes/unreleased/Fixes-20230509-123159.yaml b/.changes/unreleased/Fixes-20230509-123159.yaml new file mode 100644 index 00000000000..0257e4b1993 --- /dev/null +++ b/.changes/unreleased/Fixes-20230509-123159.yaml @@ -0,0 +1,6 @@ +kind: Fixes +body: Pin protobuf to greater than 4.0.0 +time: 2023-05-09T12:31:59.019718-04:00 +custom: + Author: gshank + Issue: "7565" diff --git a/core/setup.py b/core/setup.py index 5b1721b08d4..fff6d1dd537 100644 --- a/core/setup.py +++ b/core/setup.py @@ -63,7 +63,7 @@ "typing-extensions>=3.7.4", "werkzeug>=1,<3", "pathspec>=0.9,<0.12", - "protobuf>=3.18.3", + "protobuf>=4.0.0", "pytz>=2015.7", # the following are all to match snowflake-connector-python "requests<3.0.0", diff --git a/dev-requirements.txt b/dev-requirements.txt index 4920117ffbb..033d798205b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ ipdb mypy==0.981 pip-tools pre-commit -protobuf +protobuf>=4.0.0 pytest pytest-cov pytest-csv