Skip to content

Releases: openai/openai-python

v1.50.2

27 Sep 23:47
Compare
Choose a tag to compare

1.50.2 (2024-09-27)

Full Changelog: v1.50.1...v1.50.2

Bug Fixes

  • audio: correct types for transcriptions / translations (#1755) (76c1f3f)

v1.50.1

27 Sep 14:52
Compare
Choose a tag to compare

1.50.1 (2024-09-27)

Full Changelog: v1.50.0...v1.50.1

Documentation

v1.50.0

26 Sep 22:43
Compare
Choose a tag to compare

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.49.0

26 Sep 17:29
Compare
Choose a tag to compare

1.49.0 (2024-09-26)

Full Changelog: v1.48.0...v1.49.0

Features

Chores

v1.48.0

25 Sep 15:33
Compare
Choose a tag to compare

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.47.1

23 Sep 15:21
Compare
Choose a tag to compare

1.47.1 (2024-09-23)

Full Changelog: v1.47.0...v1.47.1

Bug Fixes

  • pydantic v1: avoid warnings error (1e8e7d1)

v1.47.0

20 Sep 14:58
Compare
Choose a tag to compare

1.47.0 (2024-09-20)

Full Changelog: v1.46.1...v1.47.0

Features

  • client: send retry count header (21b0c00)

Chores

  • types: improve type name for embedding models (#1730) (4b4eb2b)

v1.46.1

19 Sep 15:00
Compare
Choose a tag to compare

1.46.1 (2024-09-19)

Full Changelog: v1.46.0...v1.46.1

Bug Fixes

Chores

  • streaming: silence pydantic model_dump warnings (#1722) (30f84b9)

v1.46.0

17 Sep 18:23
Compare
Choose a tag to compare

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.1

16 Sep 13:46
Compare
Choose a tag to compare

1.45.1 (2024-09-16)

Full Changelog: v1.45.0...v1.45.1

Chores

Documentation