From 1eee2dc2c6b2984908e5a1526e4e4c52f5a2ec1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:05:41 +0000 Subject: [PATCH] Bump langchain-openai from 0.2.0 to 1.1.14 in /src/Services/AIService Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.2.0 to 1.1.14. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.2.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] --- src/Services/AIService/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/AIService/requirements.txt b/src/Services/AIService/requirements.txt index 70e2d14b..3112fb6d 100644 --- a/src/Services/AIService/requirements.txt +++ b/src/Services/AIService/requirements.txt @@ -11,7 +11,7 @@ protobuf==6.31.1 # RAG & LLM langchain>=0.3.4 -langchain-openai==0.2.0 +langchain-openai==1.1.14 langchain-community>=0.3.3 openai>=1.54.0 httpx>=0.27.0 # For Ollama API calls