Releases: openai/openai-python
Releases Β· openai/openai-python
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)
v1.46.0
1.46.0 (2024-09-17)
Full Changelog: v1.45.1...v1.46.0
Features
- client: add ._request_id property to object responses (#1707) (8b3da05)
Documentation
- readme: add examples for chat with image content (#1703) (192b8f2)
v1.45.0
1.45.0 (2024-09-12)
Full Changelog: v1.44.1...v1.45.0
Features
Bug Fixes
- types: correctly mark stream discriminator as optional (#1706) (80f02f9)