Skip to content

Commit

Permalink
Set grpcio minimum version to 1.59.3 so that Alpine py3-grpcio 1.59.3…
Browse files Browse the repository at this point in the history
… can be used

- 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
  • Loading branch information
lhotari committed Apr 30, 2024
1 parent e1e74c6 commit b057e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def build_extension(self, ext):
extras_require["functions"] = sorted(
{
"protobuf>=3.6.1,<=3.20.3",
"grpcio>=1.60.0",
"grpcio>=1.59.3",
"apache-bookkeeper-client>=4.16.1",
"prometheus_client",
"ratelimit"
Expand Down

0 comments on commit b057e93

Please sign in to comment.