From 0ed549145e54e98312c1f116599170845d91216a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:23:21 +0000 Subject: [PATCH] Update langchain-openai requirement from >=1.4.1 to >=1.6.0 in /5gprod Updates the requirements on [langchain-openai](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.4.1...langchain-openai==1.6.0) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 5gprod/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5gprod/requirements.txt b/5gprod/requirements.txt index c272762..71b1669 100644 --- a/5gprod/requirements.txt +++ b/5gprod/requirements.txt @@ -3,7 +3,7 @@ numpy>=2.5.1 scikit-learn>=1.9.0 python-dotenv>=1.2.2 langchain>=1.3.14 -langchain_openai>=1.4.1 +langchain_openai>=1.6.0 langchain_community>=0.4.2 faiss-cpu>=1.15.0 openai>=2.53.0