Skip to content

Releases: openai/openai-python

v1.54.2

06 Nov 16:11
Compare
Choose a tag to compare

1.54.2 (2024-11-06)

Full Changelog: v1.54.1...v1.54.2

Chores

v1.54.1

05 Nov 15:41
Compare
Choose a tag to compare

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

v1.54.0

04 Nov 22:50
Compare
Choose a tag to compare

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

v1.53.1

04 Nov 16:25
Compare
Choose a tag to compare

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

30 Oct 16:30
Compare
Choose a tag to compare

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

23 Oct 23:04
Compare
Choose a tag to compare

1.52.2 (2024-10-23)

Full Changelog: v1.52.1...v1.52.2

Chores

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)