diff --git a/platform-service/pyproject.toml b/platform-service/pyproject.toml index 3b2fe2f24..2b37df2fc 100644 --- a/platform-service/pyproject.toml +++ b/platform-service/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "peewee~=3.16", "psycopg2-binary~=2.9", "python-dotenv~=1.0", - "redis~=5.0.1", + "redis~=5.2.1", "cryptography>=41.0.7", "requests>=2.31.0", "unstract-sdk==0.54.0rc8", diff --git a/unstract/core/pyproject.toml b/unstract/core/pyproject.toml index 24db7055d..251779a34 100644 --- a/unstract/core/pyproject.toml +++ b/unstract/core/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "botocore~=1.34.0", "llama-index==0.10.58", "llama-index-llms-azure-openai==0.1.10", - "redis~=5.0.1", + "redis~=5.2.1", "requests==2.31.0", "kombu==5.3.7", ]