From f3440a8013afeeb0746cc7d38011f7b04ea2e8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=B0=D1=82=20=D0=A4=D0=B0=D0=B7=D1=8B?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2?= Date: Mon, 11 May 2026 14:30:57 +0000 Subject: [PATCH] Update LangChain core dependency to >=1.0.0 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e755400..b0b483e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core>=0.3.0 +langchain-core>>=1.0.0 langchain-openai>=0.2.0 -pydantic>=2.0.0 -python-dotenv>=1.0.0 +pydantic>==2.0 +python-dotenv>=1.0.0 \ No newline at end of file