From 227a82d6d307bf313d33bbda2230efd19bff4c9e Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 20 Sep 2018 20:27:35 -0400 Subject: [PATCH] update protobuf version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f54cb8f3e..5e1ad0879 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( 'envparse', 'jsonrpc', 'cryptography', - 'protobuf==3.2.0', + 'protobuf==3.6.1', 'jsonschema', 'ecdsa', 'torba',