From c2df54a8f085d3e906b3fe4ec87f8b14190035c4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 15 Nov 2025 10:28:24 -0800 Subject: [PATCH] proxy_pass_through_endpoint_tests --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66ee7459b9..5dd7a189fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2737,6 +2737,7 @@ jobs: pip install "langchain_openai==0.2.1" pip install "langgraph==0.3.18" pip install "fastuuid==0.13.5" + pip install -r requirements.txt - run: name: Install dockerize command: |