From 41d7ecaa1ac37f4a9af61384f209e95d2efd46ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=AD=E6=BD=87?= <1576730710@qq.com> Date: Thu, 24 Jul 2025 15:20:25 +0800 Subject: [PATCH] [python] update langchain third party package version. --- framework/fel/python/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/framework/fel/python/requirements.txt b/framework/fel/python/requirements.txt index 11bd73d4..3a5ef0cc 100644 --- a/framework/fel/python/requirements.txt +++ b/framework/fel/python/requirements.txt @@ -1,7 +1,8 @@ -pydantic==2.6.3 +pydantic==2.7.4 psutil==6.1.1 httpx==0.28.1 pandas==2.1.3 llama-index==0.12.46 langchain-core==0.3.68 -langchain_community==0.3.27 \ No newline at end of file +langchain_community==0.3.27 +langchain-openai==0.3.28 \ No newline at end of file