From 9b15d4e07fb1a1dd83429a04ce4e381cefd8eb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 03:12:05 +0000 Subject: [PATCH] Update openai requirement from <=1.9.0,>=0.27 to >=0.27,<=1.99.6 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.27.0...v1.99.6) --- updated-dependencies: - dependency-name: openai dependency-version: 1.99.6 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 1cc9fbe..d0db64c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "fsspec>= 2023.1.0, <= 2023.12.2", "langchain>= 0.0.179, <= 0.1.1", "numpy>= 1.23.2, <= 1.26.3", - "openai>= 0.27, <= 1.9.0", + "openai>= 0.27, <= 1.99.6", "openpyxl>=3.1.1, <= 3.1.2", "pandas>= 1.5.3, <= 2.2.0", "passlib>=1.7.4, <= 1.7.4",