From f1dfdb2465c4aa76a38d544d67a5a15dd0ace43e Mon Sep 17 00:00:00 2001 From: Miguel Ruiz de Sotto Date: Tue, 24 Feb 2026 13:31:50 +0100 Subject: [PATCH] Bump protobuf version to match ledgerctl --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9438c7..1badc33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ requires-python = ">=3.8" dependencies = [ "pyelftools>=0.29,<1.0", "hidapi>=0.7.99", - "protobuf >=5", + "protobuf>=5.28,<6", "pycryptodomex>=3.6.1", "future", "ecpy>=0.9.0",