From 7e2afc2b7c949230d16615ee9d18012b0f102f88 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 12 Jul 2026 00:31:58 +0000 Subject: [PATCH] [stubsabot] Mark cachetools as obsolete since 7.1.0 Release: https://pypi.org/pypi/cachetools/7.1.0 Homepage: https://github.com/tkem/cachetools/ Repository: https://github.com/tkem/cachetools Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/cachetools Changelog: https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst Diff: https://github.com/tkem/cachetools/compare/v7.0.6...v7.1.0 --- stubs/cachetools/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/cachetools/METADATA.toml b/stubs/cachetools/METADATA.toml index 3a97ad1d192a..1099004a4a54 100644 --- a/stubs/cachetools/METADATA.toml +++ b/stubs/cachetools/METADATA.toml @@ -1,2 +1,3 @@ version = "7.0.*" upstream-repository = "https://github.com/tkem/cachetools" +obsolete-since = {version = "7.1.0", date = "2026-05-01"}