Releases: openai/openai-python
Releases Β· openai/openai-python
v1.41.1
1.41.1 (2024-08-19)
Full Changelog: v1.41.0...v1.41.1
Bug Fixes
Chores
- client: fix parsing union responses when non-json is returned (#1665) (822c37d)
v1.40.7
1.40.7 (2024-08-15)
Full Changelog: v1.40.6...v1.40.7
Bug Fixes
- cli/migrate: change grit binaries download source (#1649) (85e8935)
Chores
- docs: fix typo in example snippet (4e83b57)
- internal: use different 32bit detection method (#1652) (5831af6)
v1.40.4
1.40.4 (2024-08-12)
Full Changelog: v1.40.3...v1.40.4
Bug Fixes
- json schema: unravel
$ref
s alongside additional keys (c7a3d29)
- json schema: unwrap
allOf
s with one entry (53d964d)
v1.40.2
1.40.2 (2024-08-08)
Full Changelog: v1.40.1...v1.40.2
Bug Fixes
- client: raise helpful error message for response_format misuse (18191da)
- json schema: support recursive BaseModels in Pydantic v1 (#1623) (43e10c0)
Chores