This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-python-xlang-dataflow in repository https://gitbox.apache.org/repos/asf/beam.git
commit e42f98eab5bbbaa38c62d322d1b8a0ccee772d76 Author: Vitaly Terentyev <[email protected]> AuthorDate: Mon Jul 21 12:17:55 2025 +0400 Pin tox version to 4.27.0 --- sdks/python/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index fcb64c2d026..8f858b36049 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -478,7 +478,9 @@ if __name__ == '__main__': # --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' ], 'interactive': [ 'facets-overview>=1.1.0,<2',
