From 7fcb14d26b9543bb99afa355a45d193855514cf8 Mon Sep 17 00:00:00 2001 From: Gabriel Fioravante Date: Sun, 19 May 2024 13:50:38 -0300 Subject: [PATCH] relax cachelib version (#568) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4f5de80..f92be375 100755 --- a/setup.py +++ b/setup.py @@ -3,5 +3,5 @@ # Metadata goes in setup.cfg. These are here for GitHub's dependency graph. setup( name="Flask-Caching", - install_requires=["cachelib >= 0.9.0, < 0.10.0", "Flask"], + install_requires=["cachelib >= 0.9.0", "Flask"], )