From e9cadbafdc540e420e9863ddffa106d08fa8799e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:44:44 +0000 Subject: [PATCH] Bump openai from 2.8.1 to 2.28.0 Bumps [openai](https://github.com/openai/openai-python) from 2.8.1 to 2.28.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.8.1...v2.28.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- redactor/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e16e74f..6a854a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "langdetect==1.0.9", "langchain==1.1.0", "langchain-text-splitters==1.0.0", - "openai==2.8.1", + "openai==2.28.0", "pydantic==2.12.5", "pillow==12.0.0", "pyyaml==6.0.3", diff --git a/redactor/requirements.txt b/redactor/requirements.txt index 359ba92e..28af65ed 100644 --- a/redactor/requirements.txt +++ b/redactor/requirements.txt @@ -11,7 +11,7 @@ langchain==1.1.0 langchain-text-splitters==1.0.0 langdetect==1.0.9 mock==5.2.0 -openai==2.8.1 +openai==2.28.0 pillow==12.0.0 pre-commit==4.5.1 pydantic==2.12.5