Releases: openai/openai-python
Releases · openai/openai-python
v1.91.0
1.91.0 (2025-06-23)
Full Changelog: v1.90.0...v1.91.0
Features
- api: update api shapes for usage and code interpreter (060d566)
v1.90.0
1.90.0 (2025-06-20)
Full Changelog: v1.89.0...v1.90.0
Features
- api: make model and inputs not required to create response (11bd62e)
v1.89.0
1.89.0 (2025-06-20)
Full Changelog: v1.88.0...v1.89.0
Features
- client: add support for aiohttp (9218b07)
Bug Fixes
- tests: fix: tests which call HTTP endpoints directly with the example parameters (35bcc4b)
Chores
- readme: update badges (68044ee)
v1.88.0
v1.87.0
1.87.0 (2025-06-16)
Full Changelog: v1.86.0...v1.87.0
Features
- api: add reusable prompt IDs (36bfe6e)
Bug Fixes
- client: update service_tier on
client.beta.chat.completions
(aa488d5)
Chores
v1.86.0
v1.85.0
1.85.0 (2025-06-09)
Full Changelog: v1.84.0...v1.85.0
Features
- api: Add tools and structured outputs to evals (002cc7b)
Bug Fixes
- responses: support raw responses for
parse()
(d459943)
v1.84.0
1.84.0 (2025-06-03)
Full Changelog: v1.83.0...v1.84.0
Features
- api: add new realtime and audio models, realtime session options (0acd0da)
Chores
- api: update type names (1924559)
v1.83.0
1.83.0 (2025-06-02)
Full Changelog: v1.82.1...v1.83.0
Features
- api: Config update for pakrym-stream-param (88bcf3a)
- client: add follow_redirects request option (26d715f)
Bug Fixes
- api: Fix evals and code interpreter interfaces (2650159)
- client: return binary content from
get /containers/{container_id}/files/{file_id}/content
(f7c80c4)
Chores
v1.82.1
1.82.1 (2025-05-29)
Full Changelog: v1.82.0...v1.82.1
Bug Fixes
- responses: don't include
parsed_arguments
when re-serialising (6d04193)
Chores
- internal: fix release workflows (361a909)