From c94f1321776703c095cde9192ea84be6cffa315f Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Mon, 26 Feb 2024 15:35:28 -0800 Subject: [PATCH] [Backport 1.5.latest] Restrict to protobuf 4 (#9676) * Restrict protobuf to version 4. * Restrict protobuf to major version 4. --------- Co-authored-by: Peter Allen Webb --- .changes/unreleased/Under the Hood-20240221-104518.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Under the Hood-20240221-104518.yaml diff --git a/.changes/unreleased/Under the Hood-20240221-104518.yaml b/.changes/unreleased/Under the Hood-20240221-104518.yaml new file mode 100644 index 00000000000..56c077fcd1c --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240221-104518.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Restrict protobuf to major version 4. +time: 2024-02-21T10:45:18.315195-05:00 +custom: + Author: peterallenwebb + Issue: "9566" diff --git a/dev-requirements.txt b/dev-requirements.txt index 70e5bb41c1d..369d2665d13 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ ipdb mypy==0.981 pip-tools pre-commit -protobuf>=4.0.0 +protobuf>=4.0.0,<5.0.0 pytest~=7.4 pytest-cov pytest-csv~=3.0