From ebcc37dfdff787236a57552f69136036f8a5539a Mon Sep 17 00:00:00 2001 From: houdataali <84786211+houdataali@users.noreply.github.com> Date: Thu, 22 Jan 2026 05:12:07 +0100 Subject: [PATCH] add redisvl dependency to the root requiremnts.tx (#19417) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index f8755aa0c4..7f662d9ef8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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