From 5c66841012665400f7157b5b440075fba7eca6ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:31:34 +0000 Subject: [PATCH] Update openai requirement from <=1.52.2 to <=2.0.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/v0.2.6...v2.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.0.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 48f32fb..e4bc40b 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.0.0', 'parsedatetime<=2.6', 'pydantic==2.9.2', # Pin to specific working version 'pydantic_core==2.23.4', # Pin to specific working version