From e0005a27c702f943c4de9e5c1b0c0bd36eb3cc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=92=D0=B8=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=BE=D0=B2?= Date: Thu, 2 Jul 2026 05:20:57 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20requirements.txt=20=E2=80=94=20=D1=81?= =?UTF-8?q?=D1=8B=D1=80=D0=BE=D0=B9=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20=E2=86=92=20=D0=BF?= =?UTF-8?q?=D0=BB=D0=BE=D1=81=D0=BA=D0=B0=D1=8F=20=D0=BA=D0=B0=D1=80=D1=82?= =?UTF-8?q?=D0=BE=D1=87=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2c577aa..b4fba25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ deepagents langchain>=1.2.10 langchain-openai>=0.3.0 langgraph>=0.2.0 -python-dotenv +langchain-core>=0.2.0 langchain-chroma -chromadb \ No newline at end of file +chromadb +python-dotenv \ No newline at end of file