This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new cce0fc7 match BookKeeper's grpcio requirement (#9569)
cce0fc7 is described below
commit cce0fc79ef345c47ef40141f6b9ca993fc75df5d
Author: Jonathan Ellis <[email protected]>
AuthorDate: Fri Feb 12 15:08:54 2021 -0600
match BookKeeper's grpcio requirement (#9569)
Co-authored-by: Jonathan Ellis <[email protected]>
---
pulsar-client-cpp/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar-client-cpp/python/setup.py
b/pulsar-client-cpp/python/setup.py
index 5b98dde..4e59150 100644
--- a/pulsar-client-cpp/python/setup.py
+++ b/pulsar-client-cpp/python/setup.py
@@ -73,7 +73,7 @@ class my_build_ext(build_ext.build_ext):
dependencies = [
'fastavro==0.24.0',
- 'grpcio',
+ 'grpcio<1.28,>=1.8.2',
'protobuf>=3.6.1',
'six',
'certifi',