From 6a97de7499a8b87b31ab5388cd68a2ffc1ee63e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:54:57 +0000 Subject: [PATCH] Bump openai from 2.29.0 to 2.31.0 Bumps [openai](https://github.com/openai/openai-python) from 2.29.0 to 2.31.0. - [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/v2.29.0...v2.31.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 2d0ff0a..33685fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dynamic = [ "readme" ] dependencies = [ "requests==2.32.5", "jinja2==3.1.6", - "openai==2.29.0", + "openai==2.31.0", "google-genai==1.56.0", "GitPython==3.1.46", "tqdm==4.67.3" diff --git a/requirements.txt b/requirements.txt index cbd4361..7fa06e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.32.5 jinja2==3.1.6 -openai==2.29.0 +openai==2.31.0 google-genai==1.56.0 GitPython==3.1.46 tqdm==4.67.3