tvalentyn commented on code in PR #23354: URL: https://github.com/apache/beam/pull/23354#discussion_r981473807
########## sdks/python/container/base_image_requirements_manual.txt: ########## @@ -31,7 +32,7 @@ cython<1 # some versions of libraries that lauch Beam pipelines, like tensorflow-transform. # Leaving 'future' in our containers for now prevent breaking tft users. future -google-cloud-profiler +google-cloud-profiler<4.0.0 Review Comment: Add a comment when can this be lifted. ########## sdks/python/container/base_image_requirements_manual.txt: ########## @@ -31,7 +32,7 @@ cython<1 # some versions of libraries that lauch Beam pipelines, like tensorflow-transform. # Leaving 'future' in our containers for now prevent breaking tft users. future -google-cloud-profiler +google-cloud-profiler<4.0.0 Review Comment: Add a comment / TODO when can this be lifted. -- 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]
