From 4fd98b291d237a48b975d212ab78cdd9da150684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B8=D0=BD=D0=B0=D1=80=20=D0=9C=D0=B8=D1=80=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D1=82=D0=BE=D0=B2?= Date: Mon, 18 May 2026 10:52:32 +0000 Subject: [PATCH] Update requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fe39183..8d15f17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -langchain-openai -langgraph -openai +langchain-openai>=0.3.0 +langgraph>=0.2.0 +pytest>=8.0.0