From d0663f8004bf35107abdc1f34526670411edc22c Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 27 May 2026 23:01:42 -0700 Subject: [PATCH] [codex] Simplify Python SDK install guidance (#24866) ## Summary - Remove the exact-version install snippet from the PyPI-facing Python SDK README. - Remove the release-selection explanation so the install section presents the standard `pip install openai-codex` path directly. ## Validation - Not run locally; relying on online CI for this documentation-only change. --- sdk/python/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sdk/python/README.md b/sdk/python/README.md index 38b472f33..ca8cd7c70 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -14,18 +14,6 @@ Install the SDK: pip install openai-codex ``` -For reproducible environments, install this release exactly: - -```bash -pip install openai-codex==0.1.0b1 -``` - -The SDK requires Python `>=3.10` and installs its compatible Codex runtime -dependency automatically. While beta releases are the only published SDK -releases, the normal install command selects the latest beta. After a stable -release exists, use `pip install --pre openai-codex` to explicitly select a -newer prerelease. - ## Quickstart The SDK reuses your existing Codex authentication when one is already