From be4733d6917e5b8c29cc58399feecc0cab7d90f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:29:06 +0000 Subject: [PATCH] build(deps): bump openai from 1.101.0 to 2.0.1 Bumps [openai](https://github.com/openai/openai-python) from 1.101.0 to 2.0.1. - [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.101.0...v2.0.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb6be9d..c8013a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "openai>=1.56.0,<2.0.0", + "openai>=1.56.0,<3.0.0", "loguru>=0.7.0,<1.0.0", "pydantic>=2.8.0,<3.0.0", "pydantic-settings>=2.4.0,<3.0.0", diff --git a/requirements.txt b/requirements.txt index f1929bf..275e9d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==1.101.0 +openai==2.0.1 loguru==0.7.3 pydantic==2.8.2 pydantic-settings==2.4.0