From 1d411a0847f099546d1bbf4e0aa6163220848893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:54:49 +0000 Subject: [PATCH] build(deps): bump openai from 2.45.0 to 2.52.0 Bumps [openai](https://github.com/openai/openai-python) from 2.45.0 to 2.52.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.45.0...v2.52.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.52.0 dependency-type: direct:production 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 557c6cc1..8d8e6b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ # Pi-style supply-chain policy: every DIRECT dependency is EXACT-pinned to the uv.lock tree # (dependency changes are reviewed code changes, not ambient resolution). Guard: scripts/check_pinned_deps.py. dependencies = [ - "openai==2.45.0", + "openai==2.52.0", "httpx==0.28.1", "mcp==1.28.1", # official MCP SDK — connect external MCP servers as tools (Step 3.3) ]