Skip to content

Commit ae1c31c

Browse files
authored
fix: Add protobuf==6.31.1 to dependencies (#189)
Fixes #187 🦕 Fixes #185
1 parent ea4559b commit ae1c31c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"grpcio>=1.60",
2121
"grpcio-tools>=1.60",
2222
"grpcio_reflection>=1.7.0",
23+
"protobuf==6.31.1",
2324
]
2425

2526
classifiers = [

0 commit comments

Comments
 (0)