Releases: openai/openai-python
Releases · openai/openai-python
v1.51.1
1.51.1 (2024-10-07)
Full Changelog: v1.51.0...v1.51.1
Bug Fixes
- client: avoid OverflowError with very large retry counts (#1779) (fb1dacf)
Chores
- internal: add support for parsing bool response content (#1774) (aa2e25f)
Documentation
- fix typo in fenced code block language (#1769) (57bbc15)
- improve and reference contributing documentation (#1767) (a985a8b)
v1.51.0
1.51.0 (2024-10-01)
Full Changelog: v1.50.2...v1.51.0
Features
- api: support storing chat completions, enabling evals and model distillation in the dashboard (2840c6d)
Chores
Documentation
v1.50.0
1.50.0 (2024-09-26)
Full Changelog: v1.49.0...v1.50.0
Features
- structured outputs: add support for accessing raw responses (#1748) (0189e28)
Chores
- pydantic v1: exclude specific properties when rich printing (#1751) (af535ce)
v1.48.0
1.48.0 (2024-09-25)
Full Changelog: v1.47.1...v1.48.0
Features
- client: allow overriding retry count header (#1745) (9f07d4d)
Bug Fixes
- audio: correct response_format translations type (#1743) (b912108)
Chores
- internal: use
typing_extensions.overload
instead of typing
(#1740) (2522bd5)