Skip to content

Commit 87887d6

Browse files
committed
fix: increase minimum protobuf version to 6.31.1
1 parent 7a26f15 commit 87887d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pynumaflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ grpcio = "^1.48.1"
2828
grpcio-tools = "^1.48.1"
2929
google-api-core = "^2.11.0"
3030
grpcio-status = "^1.48.1"
31-
protobuf = ">=3.20,<7.0"
31+
protobuf = ">=6.31.1,<7.0"
3232
aiorun = "^2023.7"
3333
uvloop = ">=0.21.0"
3434
psutil = "^6.0.0"

0 commit comments

Comments
 (0)