From 98a13ffe2fee07bd912bda4c9e5e22ae3f49c648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:25:09 +0000 Subject: [PATCH] deps: Update openai requirement from >=1.0.0 to >=2.46.0 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.0.0...v2.46.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 435ca8d..5bf76f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "numpy>=1.24.0", "soundfile>=0.12.0", "mlx-whisper>=0.1.0", - "openai>=1.0.0", + "openai>=2.46.0", "watchdog>=3.0.0", ]