Skip to content

Commit cf2c7c4

Browse files
authored
Update to bookkeeper client 4.16.1 (#111)
The new BK client is now working with newer version of Grpc, so we can upgrade and use Grpc >1.37 which comes with pre-packaged binaries.
1 parent 623df3a commit cf2c7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def build_extension(self, ext):
8080
extras_require["functions"] = sorted(
8181
{
8282
"protobuf>=3.6.1,<=3.20.3",
83-
"grpcio<1.28,>=1.8.2",
84-
"apache-bookkeeper-client>=4.9.2",
83+
"grpcio>=1.8.2",
84+
"apache-bookkeeper-client>=4.16.1",
8585
"prometheus_client",
8686
"ratelimit"
8787
}

0 commit comments

Comments
 (0)