From 4e9d3ce8a56cc66c559ba8c5f76b84d8ab70d921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:52:27 +0000 Subject: [PATCH] Update openai requirement from <=1.9.0,>=0.27 to >=0.27,<=1.90.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.27.0...v1.90.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.90.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 1cc9fbe..f1eb2b8 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.90.0", "openpyxl>=3.1.1, <= 3.1.2", "pandas>= 1.5.3, <= 2.2.0", "passlib>=1.7.4, <= 1.7.4",