Set minimum version for protobuf to ensure presence of always_print_fields_with_no_presence

This commit is contained in:
Ian McEwen committed 2024-04-08 10:47:01 -07:00
1 parent 2b8348ea05
commit 26f024dc11
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -1,6 +1,6 @@
markdown
pyserial
protobuf
protobuf>=5.26.0
dotmap
pexpect
pyqrcode
+1 -1
View File
@@ -34,7 +34,7 @@ setup(
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",