mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix redis semantic caching dep
This commit is contained in:
parent
4fb1a53172
commit
588c567d92
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ gunicorn==23.0.0 # server dep
|
|||
uvloop==0.21.0 # uvicorn dep, gives us much better performance under load
|
||||
boto3==1.34.34 # aws bedrock/sagemaker calls
|
||||
redis==5.2.1 # redis caching
|
||||
redisvl==0.4.1 # semantic caching
|
||||
prisma==0.11.0 # for db
|
||||
mangum==0.17.0 # for aws lambda functions
|
||||
pynacl==1.5.0 # for encrypting keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue