Skip to content

Commit b20ad99

Browse files
committed
pinned protobuf version
1 parent fb9cacc commit b20ad99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openlch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"
22

33
from .hal import HAL

openlch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
websockets
55
pydantic
66
grpcio
7-
protobuf
7+
protobuf==5.28.2
88

99
# For the CLI.
1010
click

0 commit comments

Comments
 (0)