Skip to content

Commit 7c228d2

Browse files
authored
Merge pull request #133 from LedgerHQ/fix/dependencies
[fix] Align protobuf dependency versions with Ledgerwallet
2 parents bfa5ec1 + 19117dd commit 7c228d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requires-python = ">=3"
3232
dependencies = [
3333
"pyelftools>=0.29,<1.0",
3434
"hidapi>=0.7.99",
35-
"protobuf>=2.6.1",
35+
"protobuf >=3.20,<4",
3636
"pycryptodomex>=3.6.1",
3737
"future",
3838
"ecpy>=0.9.0",

0 commit comments

Comments
 (0)