RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

Keep up with OpenAI in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

SDK TWINS SHIP REALTIME 2 AS CODEX HARDENS DEPENDENCY GATES

By RepoJournal · Filed · About OpenAI

Both the Node and Python SDKs released major versions this morning with realtime translate support and manual API updates, while Codex tightened its dependency intake with a 7-day bake period and normalized tool identity across MCP connections.

The openai-node [1] and openai-python [2] ecosystems are now in lockstep on the realtime 2 spec, with web_search_call.results output options and admin organization usage response updates flowing through both. This matters because teams using parallel SDKs won't hit integration drift. On the Codex side, three structural changes landed overnight that reshape how the platform absorbs external code: a 7-day Dependabot cooldown [3] that lets dependencies stabilize before adoption and gives security tooling time to detect malware, removal of synthetic string-keyed MCP tool maps [4] to keep tool identity single-sourced in ToolInfo objects, and configurable trace metadata [5] that flows through OtelSettings without touching span callsites. Thread pagination APIs [6] landed to handle large thread queries across app-server and ThreadStore, and cargo doctest disabling [7] cut test execution time 4x for crates without doctests.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] v6.37.0 ↗ openai/openai-node
  2. [2] v2.36.0 ↗ openai/openai-python
  3. [3] [codex] Apply a Dependabot cooldown of 7 days (#21599) openai/codex
  4. [4] [codex] Remove string-keyed MCP tool maps (#21454) openai/codex
  5. [5] codex-otel: add configurable trace metadata ↗ openai/codex
  6. [6] feat(app-server, threadstore): Thread pagination APIs and ThreadStore contract ↗ openai/codex
  7. [7] Disable empty Cargo test targets ↗ openai/codex

Quick answers

What shipped in OpenAI on May 8, 2026?
Both the Node and Python SDKs released major versions this morning with realtime translate support and manual API updates, while Codex tightened its dependency intake with a 7-day bake period and normalized tool identity across MCP connections. In total, 59 commits, 40 pull requests, and 7 releases landed.
Who contributed to OpenAI on May 8, 2026?
3 developers shipped this update, including bbrown-oai, owenlin0, and charliemarsh-oai.
What were the notable OpenAI updates?
v6.37.0, v2.36.0, and [codex] Apply a Dependabot cooldown of 7 days (#21599).

More from OpenAI

Daily updates, in your inbox

Follow OpenAI

Keep up with OpenAI in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?