We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623df3a commit cf2c7c4Copy full SHA for cf2c7c4
1 file changed
setup.py
@@ -80,8 +80,8 @@ def build_extension(self, ext):
80
extras_require["functions"] = sorted(
81
{
82
"protobuf>=3.6.1,<=3.20.3",
83
- "grpcio<1.28,>=1.8.2",
84
- "apache-bookkeeper-client>=4.9.2",
+ "grpcio>=1.8.2",
+ "apache-bookkeeper-client>=4.16.1",
85
"prometheus_client",
86
"ratelimit"
87
}
0 commit comments