Skip to content

Commit c3c12c4

Browse files
authored
Set grpcio minimum version to 1.59.3 so that Alpine py3-grpcio 1.59.3 can be used (#211)
- there's no specific minimum version constraint originating from pulsar-client-python - grpcio is required by apache-bookkeeper-client. the dependencies are defined in https://github.com/apache/bookkeeper/blob/master/stream/clients/python/setup.py the version in this file is >= 1.8.2
1 parent e1e74c6 commit c3c12c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def build_extension(self, ext):
8080
extras_require["functions"] = sorted(
8181
{
8282
"protobuf>=3.6.1,<=3.20.3",
83-
"grpcio>=1.60.0",
83+
"grpcio>=1.59.3",
8484
"apache-bookkeeper-client>=4.16.1",
8585
"prometheus_client",
8686
"ratelimit"

0 commit comments

Comments
 (0)