Skip to content

Commit

Permalink
redis version fix
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak <[email protected]>
  • Loading branch information
Deepak-Kesavan committed Dec 18, 2024
1 parent 9e034a9 commit 65d0280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion unstract/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 65d0280

Please sign in to comment.