From 27870175bf2ae31f37d56972d4e249b96ae54d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:33:23 +0000 Subject: [PATCH] Update openai requirement from ==1.65.* to ==3.13.* in /docker/main 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/v1.65.0...v3.13.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 41a23ab288..8017e4cb57 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -49,7 +49,7 @@ transformers == 4.45.* # Generative AI google-genai == 1.58.* ollama == 0.6.* -openai == 1.65.* +openai == 3.13.* # push notifications py-vapid == 1.9.4 pywebpush == 2.0.*