From 4fa58a351cf2c2190b0c7ea888df20210f4c5179 Mon Sep 17 00:00:00 2001 From: Reda Oulbacha <120470035+redartera@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:46:51 -0330 Subject: [PATCH] add cachetools dependency Signed-off-by: redartera --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b99be52297..d2c1e98fb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ requires-python = ">=3.9,<3.13" dependencies = [ # Please maintain an alphabetical order in the following list "adlfs>=2023.3.0", + "cachetools>=5.3.3", "click>=6.6", "cloudpickle>=2.0.0", "croniter>=0.3.20",