From 9f38a15fbecfb4938a0269f45fe0cd6357857469 Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Wed, 21 Feb 2024 10:40:00 -0500 Subject: [PATCH 1/2] Restrict protobuf to version 4. --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From add2b9afbfa3276baa12e31b6f3ce3737983db03 Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Wed, 21 Feb 2024 10:45:35 -0500 Subject: [PATCH 2/2] Restrict protobuf to major version 4. --- .changes/unreleased/Under the Hood-20240221-104518.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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"