From d04beac4c601cbc2c61408a79275076c65f4c094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:31:20 +0000 Subject: [PATCH] Update openai requirement from <=1.52.2 to <=1.76.2 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.76.2) --- updated-dependencies: - dependency-name: openai dependency-version: 1.76.2 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..a8c34a5 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.76.2', 'parsedatetime<=2.6', 'pydantic==2.9.2', # Pin to specific working version 'pydantic_core==2.23.4', # Pin to specific working version