From fd3746cd5c8c2ad1c95df7b7a7a13f5c11c5db21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:43:10 +0000 Subject: [PATCH] Update openai requirement from <2.0.0,>=1.2.0 to >=1.2.0,<3.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/v1.2.0...v2.16.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.16.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 e3dedc7..a6b6b7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" dependencies = [ "scikit-learn>=1.1.0,<2.0.0", "pandas>=1.5.0,<3.0.0", - "openai>=1.2.0,<2.0.0", + "openai>=1.2.0,<3.0.0", "tqdm>=4.60.0,<5.0.0", "google-cloud-aiplatform[pipelines]>=1.27.0,<2.0.0" ]