Skip to content

Releases: openai/openai-python

v1.13.4

13 Mar 20:22
Compare
Choose a tag to compare

1.13.4 (2024-03-13)

Full Changelog: v1.13.3...v1.13.4

Bug Fixes

Chores

Documentation

v1.13.3

28 Feb 23:22
Compare
Choose a tag to compare

1.13.3 (2024-02-28)

Full Changelog: v1.13.2...v1.13.3

Features

Chores

Documentation

v1.13.2

20 Feb 19:26
Compare
Choose a tag to compare

1.13.2 (2024-02-20)

Full Changelog: v1.13.1...v1.13.2

Bug Fixes

  • ci: revert "move github release logic to github app" (#1170) (f1adc2e)

v1.13.1

20 Feb 17:23
Compare
Choose a tag to compare

1.13.1 (2024-02-20)

Full Changelog: v1.13.0...v1.13.1

Chores

v1.13.0

20 Feb 02:51
Compare
Choose a tag to compare

1.13.0 (2024-02-19)

Full Changelog: v1.12.0...v1.13.0

Features

Bug Fixes

Chores

  • ci: move github release logic to github app (#1155) (67cfac2)
  • client: use correct accept headers for binary data (#1161) (e536437)
  • internal: refactor release environment script (#1158) (7fe8ec3)

v1.12.0

09 Feb 00:14
Compare
Choose a tag to compare

1.12.0 (2024-02-08)

Full Changelog: v1.11.1...v1.12.0

Features

  • api: add timestamp_granularities, add gpt-3.5-turbo-0125 model (#1125) (1ecf8f6)
  • cli/images: add support for --model arg (#1132) (0d53866)

Bug Fixes

  • remove double brackets from timestamp_granularities param (#1140) (3db0222)
  • types: loosen most List params types to Iterable (#1129) (bdb31a3)

Chores

Documentation

v1.11.1

04 Feb 19:12
Compare
Choose a tag to compare

1.11.1 (2024-02-04)

Full Changelog: v1.11.0...v1.11.1

Bug Fixes

  • prevent crash when platform.architecture() is not allowed (#1120) (9490554)

v1.11.0

03 Feb 05:06
Compare
Choose a tag to compare

1.11.0 (2024-02-03)

Full Changelog: v1.10.0...v1.11.0

Features

  • client: support parsing custom response types (#1111) (da00fc3)

Chores

  • interal: make link to api.md relative (#1117) (4a10879)
  • internal: cast type in mocked test (#1112) (99b21e1)
  • internal: enable ruff type checking misuse lint rule (#1106) (fa63e60)
  • internal: support multipart data with overlapping keys (#1104) (455bc9f)
  • internal: support pre-release versioning (#1113) (dea5b08)

v1.10.0

25 Jan 20:00
Compare
Choose a tag to compare

1.10.0 (2024-01-25)

Full Changelog: v1.9.0...v1.10.0

Features

  • api: add text embeddings dimensions param (#1103) (94abfa0)
  • azure: proactively add audio/speech to deployment endpoints (#1099) (fdf8742)
  • client: enable follow redirects by default (#1100) (d325b7c)

Chores

Refactors

v1.9.0

21 Jan 08:49
Compare
Choose a tag to compare

1.9.0 (2024-01-21)

Full Changelog: v1.8.0...v1.9.0

Features

Chores

  • internal: fix typing util function (#1083) (3e60db6)
  • internal: remove redundant client test (#1085) (947974f)
  • internal: share client instances between all tests (#1088) (05cd753)
  • internal: speculative retry-after-ms support (#1086) (36a7576)
  • lazy load raw resource class properties (#1087) (d307127)