Releases: openai/openai-python
Releases · openai/openai-python
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
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
- api: mark some methods as deprecated (3e2ca57)
- deprecate Assistants API (9d166d7)
- docs: remove reference to rye shell (c7978e9)
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)
v1.82.0
1.82.0 (2025-05-22)
Full Changelog: v1.81.0...v1.82.0
Features
- api: new streaming helpers for background responses (2a65d4d)
Bug Fixes
- azure: mark images/edits as a deployment endpoint #2371 (5d1d5b4)
Documentation
- readme: another async example fix (9ec8289)
- readme: fix async example (37d0b25)
v1.79.0
1.79.0 (2025-05-16)
Full Changelog: v1.78.1...v1.79.0
Features
- api: further updates for evals API (32c99a6)
- api: manual updates (25245e5)
- api: responses x eval api (fd586cb)
- api: Updating Assistants and Evals API schemas (98ba7d3)
Bug Fixes
- fix create audio transcription endpoint (e9a89ab)
Chores
- ci: fix installation instructions (f26c5fc)
- ci: upload sdks to package manager (861f105)
v1.78.1
1.78.1 (2025-05-12)
Full Changelog: v1.78.0...v1.78.1
Bug Fixes
- internal: fix linting due to broken test annotation (5a7d7a0)
- package: support direct resource imports (2293fc0)
v1.78.0
1.78.0 (2025-05-08)
Full Changelog: v1.77.0...v1.78.0
Features
- api: Add reinforcement fine-tuning api support (bebe361)
Bug Fixes
- ignore errors in isinstance() calls on LazyProxy subclasses (#2343) (52cbbdf), closes #2056
Chores
- internal: update proxy tests (b8e848d)
- use lazy imports for module level client (4d0f409)
- use lazy imports for resources (834813c)
v1.77.0
1.77.0 (2025-05-02)
Full Changelog: v1.76.2...v1.77.0
Features
- api: add image sizes, reasoning encryption (473469a)
Bug Fixes
Chores
- only strip leading whitespace (8467d66)