diff --git a/python/flask-postgres/pyproject.toml b/python/flask-postgres/pyproject.toml index 4d95d57..c46a988 100644 --- a/python/flask-postgres/pyproject.toml +++ b/python/flask-postgres/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "marshmallow>=4.1,<5.0", "flask-marshmallow>=1.3,<2.0", "celery>=5.6,<6.0", - "redis>=5.2,<6.0", + "redis>=5.2,<9.0", "PyJWT>=2.10,<3.0", "python-dotenv>=1.0", "gunicorn>=23.0", diff --git a/python/flask-postgres/requirements.txt b/python/flask-postgres/requirements.txt index 75a357c..1693111 100644 --- a/python/flask-postgres/requirements.txt +++ b/python/flask-postgres/requirements.txt @@ -16,7 +16,7 @@ python-slugify>=8.0 # Task Processing celery>=5.6,<6.0 -redis>=5.2,<6.0 +redis>=5.2,<9.0 # Authentication PyJWT>=2.10,<3.0