From 3d9f58ace8d77e1c1b083f4f2822154bb51eaae4 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 27 May 2026 23:13:48 -0700 Subject: [PATCH] [codex] Remove Python SDK beta warning note (#24870) ## Summary - Remove the beta warning callout from the PyPI-facing Python SDK README. - Keep the existing Beta title and install/usage guidance unchanged. ## Validation - Not run locally; relying on online CI for this documentation-only change. ## Release - Land this change before publishing the next Python SDK beta. --- sdk/python/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/python/README.md b/sdk/python/README.md index ca8cd7c70d..d5bffc2ab7 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -3,9 +3,6 @@ Build Python applications that start Codex threads, run turns, stream progress, and control workspace access. -> [!NOTE] -> `openai-codex` is in beta. Public APIs may change before `1.0`. - ## Install Install the SDK: