From 2727cb0fecba1bb773ad06cfa968937632809c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 26 Sep 2022 21:19:55 +0200 Subject: [PATCH] increased protobuf version number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87cd566..38cb39b 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,7 @@ install_requires = [ "setproctitle==1.2.2", "werkzeug==2.0.3", "nest-asyncio==1.5.5", - "protobuf==3.20.1", + "protobuf>=3.20.2", "planetmint-ipld>=0.0.3", "pyasn1", "zenroom==2.1.0.dev1655293214",