AI Navigate

v2.27.0

openai-python Releases / 3/14/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The v2.27.0 release of the OpenAI Python client adds API updates and manual API updates to the library.
  • Sora API improvements cover the character API, video extensions/edits, and higher resolution exports.
  • A bug fix repairs the merged videos resource to improve video merging functionality.
  • Internal maintenance includes codegen-related updates and protocol tweaks, such as aligning HTTP with WebSocket (ws) and standardizing WebSocket capitalization.
  • The changelog documents ongoing housekeeping work as part of this maintenance release.

2.27.0 (2026-03-13)

Full Changelog: v2.26.0...v2.27.0

Features

  • api: api update (60ab24a)
  • api: manual updates (b244b09)
  • api: manual updates (d806635)
  • api: sora api improvements: character api, video extensions/edits, higher resolution exports. (58b70d3)

Bug Fixes

  • api: repair merged videos resource (742d8ee)

Chores

  • internal: codegen related update (4e6498e)
  • internal: codegen related update (93af129)
  • match http protocol with ws protocol instead of wss (026f9de)
  • use proper capitalization for WebSockets (a2f9b07)