From 40392989070d4994a0de88cf5852e7d552118027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:22:21 +0000 Subject: [PATCH] Update cachetools requirement in /sdks/python Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v3.1.0...v6.2.1) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 7525177a5b26..5d9e9714d180 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -293,7 +293,7 @@ def get_portability_package_data(): 'hypothesis>5.0.0,<=7.0.0', ], 'gcp': [ - 'cachetools>=3.1.0,<5', + 'cachetools>=3.1.0,<7', 'google-apitools>=0.5.31,<0.5.32', # NOTE: Maintainers, please do not require google-auth>=2.x.x # Until this issue is closed