From 5f83538f05385d063c3df2c87a4d4929f6cf12e3 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 5 Oct 2022 15:24:10 +0000 Subject: [PATCH] requirements: pin protobuf "<4" also in "req..-hw.txt" related: https://github.com/spesmilo/electrum/commit/52b73880f95be5cf51742fec10cde0a2e4b23de4 https://github.com/spesmilo/electrum/issues/7922 --- contrib/requirements/requirements-hw.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/requirements/requirements-hw.txt b/contrib/requirements/requirements-hw.txt index 582a31e14..3ec9a156b 100644 --- a/contrib/requirements/requirements-hw.txt +++ b/contrib/requirements/requirements-hw.txt @@ -11,3 +11,7 @@ ckcc-protocol>=0.7.7 bitbox02>=6.0.0 cbor>=1.0.0,<2.0.0 pyserial>=3.5.0,<4.0.0 + +# prefer older protobuf (see #7922) +# (pulled in via e.g. keepkey and bitbox02) +protobuf>=3.12,<4