Abacn commented on code in PR #23735: URL: https://github.com/apache/beam/pull/23735#discussion_r999874381
########## 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: Should we pick the same version for grpcio and grpcio-tools? (We should probably do it at the beginning...) -- 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]
