v2.35.0

openai-python Releases / 5/7/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • OpenAI’s openai-python library was released as version v2.35.0 on 2026-05-06, with a changelog covering feature updates, maintenance, and documentation tweaks.
  • The update includes API-related changes such as an “image 2” update and improvements related to “manual updates.”
  • Maintenance work removes the legacy Python CLI and renames the legacy CLI entrypoint, indicating a cleanup of older tooling paths.
  • Documentation was updated to clarify the description of the `top_logprobs` parameter across both chat and responses APIs.
  • The release focuses on incremental SDK/API refinement rather than introducing a clearly new standalone capability.

2.35.0 (2026-05-06)

Full Changelog: v2.34.0...v2.35.0

Features

Chores

  • remove legacy python cli (32f36e4)
  • rename legacy python cli entrypoint (a3b182d)

Documentation

  • api: update top_logprobs parameter description across chat and responses (f9d339f)