Skip to content

Commit b126498

Browse files
fix: fixing minimum version of grpcio dep
1 parent 86985f4 commit b126498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
{email = "Ledger SAS <team-embedded-software+enclave@ledger.fr>"},
1414
]
1515
dependencies = [
16-
"grpcio>=1.68.1",
16+
"grpcio>=1.71.0",
1717
"protobuf>=5.27.1,<6",
1818
"six==1.16.0",
1919
]

0 commit comments

Comments
 (0)