From 8c3c14b96483b8c0c84949d6c1a1073f9446a795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:28:18 +0000 Subject: [PATCH] chore(deps-dev): bump openai-codex from 0.144.4 to 0.147.0 Bumps [openai-codex](https://github.com/openai/codex) from 0.144.4 to 0.147.0. - [Commits](https://github.com/openai/codex/compare/rust-v0.144.4...rust-v0.147.0) --- updated-dependencies: - dependency-name: openai-codex dependency-version: 0.147.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 c90fe89e..ed8997bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ # Hosted productivity experiments only. The Codex SDK requires Python 3.10+; # this extra never becomes a dependency of the Python 3.9-compatible core. hosted-eval = [ - "openai-codex==0.144.4; python_version >= '3.10'", + "openai-codex==0.147.0; python_version >= '3.10'", ] # Managed Cloud Sync encrypts every bundle client-side with ChaCha20-Poly1305. Keep this # outside the NumPy-only core so local/offline users do not acquire a crypto runtime.