From 71b8b36a41904a8b46567c449fea2e102d39fa99 Mon Sep 17 00:00:00 2001 From: gatici Date: Thu, 7 Dec 2023 21:42:28 +0300 Subject: [PATCH] Pin protobuf version to 3.20.1 The next protobuf version 4.21.0 has the breaking changes with the existing code https://protobuf.dev/news/2022-05-06/#python-updates Signed-off-by: gatici --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 44c0e3e..d3550a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,7 @@ isort juju>=3.1 mypy pep8-naming +protobuf=3.20.1 # https://protobuf.dev/news/2022-05-06/#python-updates pyproject-flake8 pytest pytest-operator