add redisvl dependency to the root requiremnts.tx (#19417)

This commit is contained in:
houdataali
2026-01-22 05:12:07 +01:00
committed by GitHub
parent 746414eb9b
commit ebcc37dfdf
+1
View File
@@ -12,6 +12,7 @@ fastuuid==0.13.5 # for uuid4
uvloop==0.21.0 # uvicorn dep, gives us much better performance under load
boto3==1.40.53 # aws bedrock/sagemaker calls (has bedrock-agentcore-control, compatible with aioboto3)
redis==5.2.1 # redis caching
redisvl==0.4.1 ## redis semantic caching
prisma==0.11.0 # for db
nodejs-wheel-binaries==24.12.0 ## required by prisma for migrations, prevents runtime download (updated from nodejs-bin for security fixes)
mangum==0.17.0 # for aws lambda functions