From a7f84a3c40c501a19771f6ce6305ec4904b55113 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 0770769c18c..0e51b77ffaa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ ipdb mypy==1.4.1 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 72024c5a60559ea8fc96cb7f6dfdb69641fa19ad 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"