AnandInguva commented on code in PR #23735:
URL: https://github.com/apache/beam/pull/23735#discussion_r999944708


##########
sdks/python/build-requirements.txt:
##########
@@ -21,6 +21,9 @@ setuptools
 wheel>=0.36.0
 
 grpcio-tools==1.37.0
+# TODO(https://github.com/apache/beam/issues/23734): the sdist for 
grpcio==1.50.0 is failing on GH workers
+# pin grpcio to the previous version.
+grpcio==1.49.1

Review Comment:
   What would be the consequence if the version between the both differ? 
   
   IIUC, grpcio-tools==1.37.0 has a requirement of grpcio>=1.37.0. I think 
having a version equal to or greater than grpcio-tools for grpcio would be 
fine. 



-- 
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