Skip to content

Commit

Permalink
Update protobuf to at least 3.20
Browse files Browse the repository at this point in the history
Protobuf 3.20 is not backward-compatible, as explained in
https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.0 .
As commit 01c6639 ("Generate pb2 code with recent protoc") updated
the protobuf files, the dependency also needs to be bumped.
  • Loading branch information
niooss-ledger committed Jul 7, 2022
1 parent 3d06e76 commit ca044a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_version(rel_path):
"hidapi",
"intelhex",
"Pillow",
"protobuf>=3.6",
"protobuf>=3.20",
"requests",
"tabulate",
],
Expand Down

0 comments on commit ca044a9

Please sign in to comment.