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


The following commit(s) were added to refs/heads/fix-python-xlang-dataflow by 
this push:
     new d2c2355194d Update cachetools to 6.1.0
d2c2355194d is described below

commit d2c2355194d4fd8345c1e06763b4d395f00895f6
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Jul 21 13:48:48 2025 +0400

    Update cachetools to 6.1.0
---
 sdks/python/container/py312/base_image_requirements.txt | 3 +--
 sdks/python/container/py39/base_image_requirements.txt  | 3 +--
 sdks/python/setup.py                                    | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/sdks/python/container/py312/base_image_requirements.txt 
b/sdks/python/container/py312/base_image_requirements.txt
index 22676394932..d4925d92e01 100644
--- a/sdks/python/container/py312/base_image_requirements.txt
+++ b/sdks/python/container/py312/base_image_requirements.txt
@@ -32,7 +32,7 @@ attrs==25.3.0
 beautifulsoup4==4.13.4
 bs4==0.0.2
 build==1.2.2.post1
-cachetools==5.5.2
+cachetools==6.1.0
 certifi==2025.6.15
 cffi==1.17.1
 charset-normalizer==3.4.2
@@ -177,7 +177,6 @@ sqlparse==0.5.3
 tenacity==8.5.0
 testcontainers==4.10.0
 threadpoolctl==3.6.0
-tox==4.27.0
 tqdm==4.67.1
 typing-inspection==0.4.1
 typing_extensions==4.14.0
diff --git a/sdks/python/container/py39/base_image_requirements.txt 
b/sdks/python/container/py39/base_image_requirements.txt
index 27aaaaac295..4a87588c31e 100644
--- a/sdks/python/container/py39/base_image_requirements.txt
+++ b/sdks/python/container/py39/base_image_requirements.txt
@@ -34,7 +34,7 @@ backports.tarfile==1.2.0
 beautifulsoup4==4.13.4
 bs4==0.0.2
 build==1.2.2.post1
-cachetools==5.5.2
+cachetools==6.1.0
 certifi==2025.6.15
 cffi==1.17.1
 charset-normalizer==3.4.2
@@ -181,7 +181,6 @@ tenacity==8.5.0
 testcontainers==4.10.0
 threadpoolctl==3.6.0
 tomli==2.2.1
-tox==4.27.0
 tqdm==4.67.1
 typing-inspection==0.4.1
 typing_extensions==4.14.0
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index fcb64c2d026..99cd46cccf6 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -448,7 +448,7 @@ if __name__ == '__main__':
               'oracledb>=3.1.1'
           ],
           'gcp': [
-              'cachetools>=3.1.0,<6',
+              'cachetools>=3.1.0,<7',
               'google-api-core>=2.0.0,<3',
               'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"',
               'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"',

Reply via email to