Skip to content

Commit b3ca1f4

Browse files
committed
Pin protobuf to resolve errors
Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
1 parent ff67b54 commit b3ca1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
]
1818

19-
dependencies = ["grpcio>=1.66.0", "grpcio-reflection==1.*", "structlog==24.*"]
19+
dependencies = ["grpcio==1.*", "grpcio-reflection==1.*", "protobuf==5.27.2", "structlog==24.*"]
2020

2121
dynamic = ["version"]
2222

0 commit comments

Comments
 (0)