Skip to content

Commit

Permalink
Set minimum version for protobuf to ensure presence of always_print_f…
Browse files Browse the repository at this point in the history
…ields_with_no_presence
  • Loading branch information
ianmcorvidae committed Apr 8, 2024
1 parent 2b8348e commit 26f024d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
markdown
pyserial
protobuf
protobuf>=5.26.0
dotmap
pexpect
pyqrcode
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
include_package_data=True,
install_requires=[
"pyserial>=3.4",
"protobuf>=3.13.0",
"protobuf>=5.26.0",
"requests>=2.25.0",
"pypubsub>=4.0.3",
"dotmap>=1.3.14",
Expand Down

0 comments on commit 26f024d

Please sign in to comment.