From a588bdef2e52a187ce13e4a8bbd3216a677fe32a Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Thu, 7 Sep 2023 07:05:48 +0000 Subject: [PATCH] fixed the protobuf package to v3.20.0 to avert dependency issue with etcd3 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b219f5b..450969b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ etcd3 retrying requests +protobuf==3.20.0