Abacn commented on code in PR #35638: URL: https://github.com/apache/beam/pull/35638#discussion_r2220213877
########## sdks/python/setup.py: ########## @@ -478,7 +478,9 @@ def get_portability_package_data(): # --extra-index-url or --index-url in requirements.txt in # Dataflow, which allows installing python packages from private # Python repositories in GAR. - 'keyrings.google-artifactregistry-auth' + 'keyrings.google-artifactregistry-auth', + # tox dependency which doesn't conflict with cachetools<6 + 'tox==4.27.0' Review Comment: "==" sounds strict. Should it be tox < 4.28.0 ? -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org