From 6e746b52d862912496a1ce61b0e91060fc63b9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:15:41 +0000 Subject: [PATCH] chore(deps-dev): bump openai-codex from 0.147.0 to 0.154.0 --- updated-dependencies: - dependency-name: openai-codex dependency-version: 0.154.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 490a8fc9..4ead756d 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.147.0; python_version >= '3.10'", + "openai-codex==0.154.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.