From 18351a62eb01f246a1d7659808994cb4f20b17b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:13:31 +0000 Subject: [PATCH] build(deps): bump langchain-openai from 1.1.0 to 1.1.14 Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 1.1.0 to 1.1.14. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.1.0...langchain-openai==1.1.14) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.1.14 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..b7ee4c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ langchain-milvus==0.3.0 # LangChain Milvus 集成 langchain==1.1.0 # LangChain 核心框架 langchain-core==1.2.11 # LangChain 核心抽象 langchain-community==0.4.1 # 社区集成 -langchain-openai==1.1.0 # OpenAI 集成 +langchain-openai==1.1.14 # OpenAI 集成 langchain-text-splitters==1.0.0 # 文本分割工具 langchain-anthropic==1.3.0 # Anthropic 集成 langchain-tavily==0.2.16 # Tavily 集成