From 7826079255f037b1f711bf27ab76561c7bbb120b 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 08:05:38 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20requirements.txt=20=E2=80=94=20=D0=A1?= =?UTF-8?q?=D0=BE=D0=B7=D0=B4=D0=B0=D0=B9=D1=82=D1=8C=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=BE=20AI=20=D0=B0=D0=B3=D0=B5=D0=BD=D1=82=20?= =?UTF-8?q?=D0=BD=D0=B0=20Python=20=D1=81=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20langchain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4cec724..8b3c315 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -deepagents -langchain==1.2.10 -langchain-openai==1.1.9 +langchain>=1.2.10 +langchain-openai>=0.3.0 langgraph>=0.2.0 \ No newline at end of file