From 42d7cb81ee15e9482f23c39ac3d55de1f6d2e66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:35:01 +0000 Subject: [PATCH] build(deps): bump langchain-core from 1.2.11 to 1.2.28 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.2.11 to 1.2.28. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.2.11...langchain-core==1.2.28) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84b4c57..d2b4476 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ langchain-milvus==0.3.0 # LangChain Milvus 集成 # LangChain 生态系统 # ---------------------------------------------------------------------------- langchain==1.1.0 # LangChain 核心框架 -langchain-core==1.2.11 # LangChain 核心抽象 +langchain-core==1.2.28 # LangChain 核心抽象 langchain-community==0.4.1 # 社区集成 langchain-openai==1.1.0 # OpenAI 集成 langchain-text-splitters==1.0.0 # 文本分割工具