blob: 5b7c3fa8aaa760855829992131d9d33e0f64bc24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2025-05-30 16:23:52 UTC
+++ setup.py
@@ -63,7 +63,7 @@ INSTALL_REQUIRES = (
}
INSTALL_REQUIRES = (
- "protobuf>=6.31.1,<7.0.0",
+ "protobuf>=5.26.1,<7.0.0",
"grpcio>={version}".format(version=grpc_version.VERSION),
"googleapis-common-protos>=1.5.5",
)
|