From 4ec64f31b2a6125bf204f157ab5ffb2512e0d2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:03:18 +0000 Subject: [PATCH] Update openai requirement from <=1.52.2 to <=1.98.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...v1.98.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.98.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..3093e7c 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<=1.98.0', 'parsedatetime<=2.6', 'pydantic==2.9.2', # Pin to specific working version 'pydantic_core==2.23.4', # Pin to specific working version