Skip to content

[codex] Pin Python SDK to glibc-compatible runtime#25907

Merged
aibrahim-oai merged 5 commits into
mainfrom
dev/python-sdk-runtime-0.136.0
Jun 2, 2026
Merged

[codex] Pin Python SDK to glibc-compatible runtime#25907
aibrahim-oai merged 5 commits into
mainfrom
dev/python-sdk-runtime-0.136.0

Conversation

@aibrahim-oai
Copy link
Copy Markdown
Collaborator

@aibrahim-oai aibrahim-oai commented Jun 2, 2026

Summary

  • pin the Python SDK runtime package to openai-codex-cli-bin==0.136.0 so Ubuntu/glibc installs resolve a compatible wheel
  • refresh generated SDK artifacts and lock data for the runtime update
  • keep newly generated client-message-id wire models internal to the generated protocol layer

Dependency

Validation

  • ran just fmt
  • regenerated the Python public API helpers
  • validated the edited workflow YAML
  • CI passed 29/29 checks

Copy link
Copy Markdown
Contributor

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 143a666899

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread sdk/python/pyproject.toml
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["pydantic>=2.12", "openai-codex-cli-bin==0.132.0"]
dependencies = ["pydantic>=2.12", "openai-codex-cli-bin==0.136.0"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep a musllinux runtime available before pinning

For Alpine/musllinux users, this new hard pin makes openai-codex unresolvable because the updated uv.lock entry for openai-codex-cli-bin==0.136.0 only lists macOS, Windows, and manylinux_2_17 wheels, while the previous 0.132.0 pin had musllinux wheels. Since the SDK has no alternate runtime dependency or source distribution fallback here, pip/uv install openai-codex on Alpine will fail dependency resolution unless a musllinux wheel for the pinned version is published or the dependency is made platform-aware.

Useful? React with 👍 / 👎.

@aibrahim-oai aibrahim-oai merged commit bc49677 into main Jun 2, 2026
31 checks passed
@aibrahim-oai aibrahim-oai deleted the dev/python-sdk-runtime-0.136.0 branch June 2, 2026 19:27
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant