From 4607a4eec94fb2c23a4921a91937cf6438a7b46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:56:43 +0000 Subject: [PATCH] chore(deps): bump openai from 2.6.1 to 2.8.1 in /requirements/in Bumps [openai](https://github.com/openai/openai-python) from 2.6.1 to 2.8.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/v2.6.1...v2.8.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/base.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/base.in b/requirements/in/base.in index 5be72fa..dbbad68 100644 --- a/requirements/in/base.in +++ b/requirements/in/base.in @@ -9,7 +9,7 @@ -r constraints.in -openai==2.6.1 +openai==2.8.1 python-dotenv==1.2.1 PyMySQL==1.1.2 pydantic==2.12.2