From e547acfa5907bbd53dd72604f5f6a7b70cf33946 Mon Sep 17 00:00:00 2001 From: karlicoss Date: Tue, 7 Nov 2023 21:09:48 +0000 Subject: [PATCH] general: update minimal cachew version had quite a few useful fixes/performance optimizations since --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42ffeaa..b857662 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def main() -> None: # todo document these? 'orjson', # for my.core.serialize 'pyfzf_iter', # for my.core.denylist - 'cachew>=0.8.0', + 'cachew>=0.15.20231019 ', 'mypy', # used for config checks 'colorlog', # for colored logs 'enlighten', # for CLI progress bars