From 2850ec5077f59dd94de231c317dacd20e224a61c Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Fri, 29 Nov 2024 21:40:53 +0300 Subject: [PATCH] Require protobuf 3.21+ Signed-off-by: Konstantin Pastbin --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d3ed8c..577a8b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ -protobuf~=4.23.0 +# The core is using protobuf 3.3.0 still (3party/protobuf/), so no point to require newer versions. +# E.g. Ubuntu 24.04 LTS ships with python3-protobuf 3.21.12 and it works fine. +protobuf~=3.21.0