From b7098041004c19804ccf8028579767b690b69391 Mon Sep 17 00:00:00 2001 From: marat Date: Tue, 12 May 2026 10:57:11 +0300 Subject: [PATCH] Fix: grading_hints to list[str], update LangChain version >1.0.0 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b0b483e..5e6ef84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core>>=1.0.0 +langchain-core>1.0.0 langchain-openai>=0.2.0 -pydantic>==2.0 -python-dotenv>=1.0.0 \ No newline at end of file +pydantic>=2.0.0 +python-dotenv>=1.0.0