Skip to content

Commit

Permalink
match BookKeeper's grpcio requirement (apache#9569)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Ellis <[email protected]>
  • Loading branch information
Jonathan Ellis and jbellis authored Feb 12, 2021
1 parent cee6377 commit cce0fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar-client-cpp/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def build_extension(self, ext):

dependencies = [
'fastavro==0.24.0',
'grpcio',
'grpcio<1.28,>=1.8.2',
'protobuf>=3.6.1',
'six',
'certifi',
Expand Down

0 comments on commit cce0fc7

Please sign in to comment.