Skip to content

Releases: openai/openai-python

v1.52.1

22 Oct 19:55
Compare
Choose a tag to compare

1.52.1 (2024-10-22)

Full Changelog: v1.52.0...v1.52.1

Bug Fixes

  • client/async: correctly retry in all cases (#1803) (9fe3f3f)

Chores

v1.52.0

17 Oct 17:30
Compare
Choose a tag to compare

1.52.0 (2024-10-17)

Full Changelog: v1.51.2...v1.52.0

Features

  • api: add gpt-4o-audio-preview model for chat completions (#1796) (fbf1e0c)

v1.51.2

08 Oct 14:56
Compare
Choose a tag to compare

1.51.2 (2024-10-08)

Full Changelog: v1.51.1...v1.51.2

Chores

v1.51.1

07 Oct 15:17
Compare
Choose a tag to compare

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

01 Oct 17:55
Compare
Choose a tag to compare

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