Releases: openai/openai-python
Releases Β· openai/openai-python
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)
v1.76.1
1.76.1 (2025-04-29)
Full Changelog: v1.76.0...v1.76.1
Chores
- broadly detect json family of content-type headers (b4b1b08)
- ci: only use depot for staging repos (35312d8)
- ci: run on more branches and use depot runners (a6a45d4)