Releases: openai/openai-python
Releases Β· openai/openai-python
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)
v1.76.0
1.76.0 (2025-04-23)
Full Changelog: v1.75.0...v1.76.0
Features
- api: adding new image model support (74d7692)
Bug Fixes
- pydantic v1: more robust
ModelField.annotation
check (#2163) (7351b12)
- pydantic v1: more robust ModelField.annotation check (eba7856)
Chores
- ci: add timeout thresholds for CI jobs (0997211)
- internal: fix list file params (da2113c)
- internal: import reformatting (b425fb9)
- internal: minor formatting changes (aed1d76)
- internal: refactor retries to not use recursion (8cb8cfa)
- internal: update models test (870ad4e)
- update completion parse signature (a44016c)