1
0

re-generate protobuf _pb2.py files and bump min required protobuf

upper bound "<4" still needed due to keepkey...

related https://github.com/spesmilo/electrum/issues/7922
This commit is contained in:
SomberNight
2023-01-28 00:39:36 +00:00
parent 8b7743c4bf
commit 4f9469b789
3 changed files with 23 additions and 366 deletions

View File

@@ -29,7 +29,7 @@ pyserial>=3.5.0,<4.0.0
# prefer older protobuf (see #7922)
# (pulled in via e.g. keepkey and bitbox02)
protobuf>=3.12,<4
protobuf>=3.20,<4
# prefer older colorama to avoid needing hatchling
# (pulled in via trezor -> click -> colorama)

View File

@@ -1,5 +1,5 @@
qrcode
protobuf>=3.12,<4
protobuf>=3.20,<4
qdarkstyle>=2.7
aiorpcx>=0.22.0,<0.23
aiohttp>=3.3.0,<4.0.0