Skip to content

Releases: openai/openai-python

v1.55.2

27 Nov 15:57
Compare
Choose a tag to compare

1.55.2 (2024-11-27)

Full Changelog: v1.55.1...v1.55.2

Chores

  • internal: exclude mypy from running on tests (#1899) (e2496f1)

Documentation

  • assistants: correct on_text_delta example (#1896) (460b663)

v1.55.1

25 Nov 18:02
Compare
Choose a tag to compare

1.55.1 (2024-11-25)

Full Changelog: v1.55.0...v1.55.1

Bug Fixes

  • pydantic-v1: avoid runtime error for assistants streaming (#1885) (197c94b)

Chores

Documentation

v1.55.0

20 Nov 18:27
Compare
Choose a tag to compare

1.55.0 (2024-11-20)

Full Changelog: v1.54.5...v1.55.0

Features

v1.54.5

19 Nov 12:06
Compare
Choose a tag to compare

1.54.5 (2024-11-19)

Full Changelog: v1.54.4...v1.54.5

Bug Fixes

  • asyncify: avoid hanging process under certain conditions (#1853) (3d23437)

Chores

v1.54.4

12 Nov 16:13
Compare
Choose a tag to compare

1.54.4 (2024-11-12)

Full Changelog: v1.54.3...v1.54.4

Bug Fixes

  • don't use dicts as iterables in transform (#1865) (76a51b1)

Documentation

v1.54.3

06 Nov 21:27
Compare
Choose a tag to compare

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

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