From 33ed43bdbfca2de7b645512e48b83e2ba4fb5378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:24:06 +0000 Subject: [PATCH] chore(deps): Bump openai from 2.44.0 to 2.45.0 in the ai-clients group Bumps the ai-clients group with 1 update: [openai](https://github.com/openai/openai-python). Updates `openai` from 2.44.0 to 2.45.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.44.0...v2.45.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-clients ... 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 5535eb4..ad35244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "MIT" license-files = ["LICENSE"] requires-python = ">=3.7" dependencies = [ - "openai==2.44.0", + "openai==2.45.0", "anthropic==0.116.0", "httpx==0.28.1" ] diff --git a/requirements.txt b/requirements.txt index 027ebe9..c6091ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -openai==2.44.0 +openai==2.45.0 anthropic==0.116.0 httpx==0.28.1 \ No newline at end of file