Skip to content

Commit 26f024d

Browse files
committed
Set minimum version for protobuf to ensure presence of always_print_fields_with_no_presence
1 parent 2b8348e commit 26f024d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
markdown
22
pyserial
3-
protobuf
3+
protobuf>=5.26.0
44
dotmap
55
pexpect
66
pyqrcode

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
include_package_data=True,
3535
install_requires=[
3636
"pyserial>=3.4",
37-
"protobuf>=3.13.0",
37+
"protobuf>=5.26.0",
3838
"requests>=2.25.0",
3939
"pypubsub>=4.0.3",
4040
"dotmap>=1.3.14",

0 commit comments

Comments
 (0)