From 8c8d0dd4ef9661b02455c13de8b452ee4029b809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:22:59 +0000 Subject: [PATCH] Update openai requirement from >=2.53.0 to >=3.8.0 in /5gprod Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.53.0...v3.8.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.8.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..9afb823 100644 --- a/5gprod/requirements.txt +++ b/5gprod/requirements.txt @@ -6,7 +6,7 @@ langchain>=1.3.14 langchain_openai>=1.4.1 langchain_community>=0.4.2 faiss-cpu>=1.15.0 -openai>=2.53.0 +openai>=3.8.0 seaborn>=0.13.2 dash>=4.4.1 accelerate>=1.14.0