From 05f9ee55aa5449fb53001e26875f217521958ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:16:12 +0000 Subject: [PATCH] Update openai requirement from <=1.52.2 to <=2.6.1 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/v0.2.6...v2.6.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.6.1 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 646a3fe..55bdbc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ 'flask<=3.0.3', 'keyboard<=0.13.5', 'numpy<=2.1.3', - 'openai<=1.52.2', + 'openai<=2.6.1', 'parsedatetime<=2.6', 'pydantic==2.9.2', # Pin to specific working version 'pydantic_core==2.23.4', # Pin to specific working version