general: update minimal cachew version
had quite a few useful fixes/performance optimizations since
This commit is contained in:
parent
33f8d867e2
commit
e547acfa59
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue