eolivelli commented on code in PR #3449:
URL: https://github.com/apache/bookkeeper/pull/3449#discussion_r949422949


##########
stream/clients/python/setup.py:
##########
@@ -31,7 +31,7 @@
     'six>=1.10.0',
     'pytz',
     'futures>=3.2.0;python_version<"3.2"',
-    'grpcio<1.28,>=1.8.2',
+    'grpcio>=1.37',

Review Comment:
   My understanding is that we have to put a cap here  otherwise  auto upgrades 
may break the client.
   IIRC it happened in the past.
   
   I I am mot sure that we have CI that is covering this change.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to