From 5c5f87a63cabaf12fd568207eec466743be79366 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 22 Dec 2025 09:42:50 +0400 Subject: [PATCH] fix: python pip install dep issue --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f580c6623..1195bd749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,8 +52,10 @@ dependencies = [ "google-genai==1.56.0", "google-generativeai==0.8.6", - "langchain==0.3.27", - "langchain-community==0.3.29", + "langchain==1.2.0", + "langchain-community==0.4.1", + "langchain-classic==1.0.0", + "langchain-text-splitters==1.1.0", "fake-useragent==2.2.0", "chromadb==1.3.7",