Abacn commented on code in PR #39640: URL: https://github.com/apache/beam/pull/39640#discussion_r3723438792
########## sdks/python/container/base_image_requirements_manual.txt: ########## @@ -36,7 +36,7 @@ google-cloud-profiler;python_version<="3.12" # Without google-cloud-profiler at python 3.13+, we need to manually add its # transitive dependency google-api-python-client as it is required by internal # tests -google-api-python-client;python_version<="3.13" +google-api-python-client;python_version>="3.13" Review Comment: From the comments above, here it supposed to be `python_version>="3.13"` -- 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]
