-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py/bitbox02: update protobuf deps and regenerate files.
Recent protobuf versions (>=3.21) have compatibility issues with files generated with protoc < 3.19.0. This commit updates Dockerfile to install a recent version of protoc (3.21.2), updates generated protobuf files and increase Docker image version in `run-container-ci`. Since there is also a compatibility issue between protobuf files generated with protoc >= 3.19 and protobuf < 3.21, protobuf dependency of bitbox02 python library has been updated to >= 3.21. Protobuf generated modules have been excluded from pylint no-member checks, because of a large number of false-positive errors. A full type check is done on the package by mypy, anyway. It should be enough.
- Loading branch information
1 parent
dd320a7
commit 00d9788
Showing
17 changed files
with
330 additions
and
5,539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
148 changes: 15 additions & 133 deletions
148
py/bitbox02/bitbox02/communication/generated/antiklepto_pb2.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.