From 90c8233fa308c4dc0a5dc72d3e64e8b39c20eb5a Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 15 Nov 2025 10:04:18 -0800 Subject: [PATCH] fix pt tests --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30e90ca985..66ee7459b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2736,6 +2736,7 @@ jobs: pip install "langchain_mcp_adapters==0.0.5" pip install "langchain_openai==0.2.1" pip install "langgraph==0.3.18" + pip install "fastuuid==0.13.5" - run: name: Install dockerize command: |