Skip to content

Releases: openai/openai-python

v1.8.0

16 Jan 21:16
Compare
Choose a tag to compare

1.8.0 (2024-01-16)

Full Changelog: v1.7.2...v1.8.0

Features

  • client: add support for streaming raw responses (#1072) (0e93c3b)

Bug Fixes

  • client: ensure path params are non-empty (#1075) (9a25149)
  • proxy: prevent recursion errors when debugging pycharm (#1076) (3d78798)

Chores

v1.7.2

12 Jan 16:07
Compare
Choose a tag to compare

1.7.2 (2024-01-12)

Full Changelog: v1.7.1...v1.7.2

Documentation

Refactors

v1.7.1

10 Jan 19:06
Compare
Choose a tag to compare

1.7.1 (2024-01-10)

Full Changelog: v1.7.0...v1.7.1

Chores

  • client: improve debug logging for failed requests (#1060) (cf9a651)

v1.7.0

09 Jan 01:43
Compare
Choose a tag to compare

1.7.0 (2024-01-08)

Full Changelog: v1.6.1...v1.7.0

Features

  • add None default value to nullable response properties (#1043) (d94b4d3)

Bug Fixes

  • client: correctly use custom http client auth (#1028) (3d7d93e)

Chores

Documentation

v1.6.1

22 Dec 11:06
Compare
Choose a tag to compare

1.6.1 (2023-12-22)

Full Changelog: v1.6.0...v1.6.1

Chores

v1.6.0

19 Dec 23:37
Compare
Choose a tag to compare

1.6.0 (2023-12-19)

Full Changelog: v1.5.0...v1.6.0

Features

  • api: add additional instructions for runs (#995) (7bf9b75)

Chores

Documentation

  • upgrade models in examples to latest version (#989) (cedd574)

v1.5.0

17 Dec 01:57
Compare
Choose a tag to compare

1.5.0 (2023-12-17)

Full Changelog: v1.4.0...v1.5.0

Features

  • api: add token logprobs to chat completions (#980) (f50e962)

Chores

  • ci: run release workflow once per day (#978) (215476a)

v1.4.0

15 Dec 05:16
Compare
Choose a tag to compare

1.4.0 (2023-12-15)

Full Changelog: v1.3.9...v1.4.0

Features

  • api: add optional name argument + improve docs (#972) (7972010)

v1.3.9

13 Dec 01:31
Compare
Choose a tag to compare

1.3.9 (2023-12-12)

Full Changelog: v1.3.8...v1.3.9

Documentation

  • improve README timeout comment (#964) (3c3ed5e)
  • small Improvement in the async chat response code (#959) (fb9d0a3)
  • small streaming readme improvements (#962) (f3be2e5)

Refactors

  • client: simplify cleanup (#966) (5c138f4)
    • Note: if you were using Open Telemetry, you'll need to ensure that instrumentation happens before openai is imported.
  • simplify internal error handling (#968) (d187f6b)

v1.3.8

09 Dec 02:21
Compare
Choose a tag to compare

1.3.8 (2023-12-08)

Full Changelog: v1.3.7...v1.3.8

Bug Fixes

  • avoid leaking memory when Client.with_options is used (#956) (e37ecca)
  • errors: properly assign APIError.body (#949) (c70e194)
  • pagination: use correct type hint for .object (#943) (23fe7ee)

Chores

Documentation