From 20afec2f8a8a8c376aafe0f1dcc33f423b0cb316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:55:02 +0000 Subject: [PATCH] chore(deps): bump openai from 2.30.0 to 3.3.1 Bumps [openai](https://github.com/openai/openai-python) from 2.30.0 to 3.3.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.30.0...v3.3.1) --- updated-dependencies: - dependency-name: openai dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4847a2..f3e8d68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "ruff>=0.9.7,<1.0.0", "types-requests>=2.31.0,<3.0.0", "anthropic[bedrock]>=0.39.0,<1.0.0", - "openai==2.30.0", + "openai==3.3.1", "boto3>=1.34.97,<2.0.0", "google-cloud-aiplatform>=1.133.0,<2.0.0", "httpx>=0.28.1",