From 91ad5b2298c174f00eff21d1c5e5ac4d1a20fd13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:54:01 +0000 Subject: [PATCH] chore(deps-dev): bump openai from 2.34.0 to 2.40.0 Bumps [openai](https://github.com/openai/openai-python) from 2.34.0 to 2.40.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.34.0...v2.40.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.40.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e93a6d9..3aac610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ code = [ # Pins are PyPI-verified as of 2026-04-16. See # tests/bench/competitor_runs/setup.sh and tests/bench/COMPETITOR_RESULTS.md. competitor-bench = [ - "openai==2.34.0", + "openai==2.40.0", "mem0ai==2.0.2", "letta-client==1.10.3", "zep-cloud==3.22.0",