Releases: openai/openai-python
Releases Β· openai/openai-python
v1.53.1
1.53.1 (2024-11-04)
Full Changelog: v1.53.0...v1.53.1
Bug Fixes
- don't use dicts as iterables in transform (#1842) (258f265)
- support json safe serialization for basemodel subclasses (#1844) (2b80c90)
Chores
v1.53.0
1.53.0 (2024-10-30)
Full Changelog: v1.52.2...v1.53.0
Features
- api: add new, expressive voices for Realtime and Audio in Chat Completions (7cf0a49)
Chores
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)