Skip to content

Commit 6267cbe

Browse files
authored
Fix PostCommit Python Xlang IO Dataflow job (#35638)
* Pin tox version to 4.27.0 * Change dependency restriction
1 parent 0e57ef4 commit 6267cbe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sdks/python/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,9 @@ def get_portability_package_data():
478478
# --extra-index-url or --index-url in requirements.txt in
479479
# Dataflow, which allows installing python packages from private
480480
# Python repositories in GAR.
481-
'keyrings.google-artifactregistry-auth'
481+
'keyrings.google-artifactregistry-auth',
482+
# tox dependency which doesn't conflict with cachetools<6
483+
'tox<4.28.0'
482484
],
483485
'interactive': [
484486
'facets-overview>=1.1.0,<2',

0 commit comments

Comments
 (0)