Releases: openai/openai-python
Releases Β· openai/openai-python
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
v1.39.0
1.39.0 (2024-08-05)
Full Changelog: v1.38.0...v1.39.0
Features
- client: add
retries_taken
to raw response class (#1601) (777822b)
Bug Fixes
- assistants: add parallel_tool_calls param to runs.stream (113e82a)
Chores