Skip to content

Releases: openai/openai-python

v1.63.2

17 Feb 15:54
Compare
Choose a tag to compare

1.63.2 (2025-02-17)

Full Changelog: v1.63.1...v1.63.2

Chores

v1.63.1

17 Feb 12:50
Compare
Choose a tag to compare

1.63.1 (2025-02-17)

Full Changelog: v1.63.0...v1.63.1

Chores

v1.63.0

13 Feb 20:03
Compare
Choose a tag to compare

1.63.0 (2025-02-13)

Full Changelog: v1.62.0...v1.63.0

Features

  • api: add support for storing chat completions (#2117) (2357a8f)

v1.62.0

12 Feb 15:05
Compare
Choose a tag to compare

1.62.0 (2025-02-12)

Full Changelog: v1.61.1...v1.62.0

Features

  • client: send X-Stainless-Read-Timeout header (#2094) (0288213)
  • embeddings: use stdlib array type for improved performance (#2060) (9a95db9)
  • pagination: avoid fetching when has_more: false (#2098) (1882483)

Bug Fixes

  • api: add missing reasoning effort + model enums (#2096) (e0ca9f0)
  • parsing: don't default to an empty array (#2106) (8e748bb)

Chores

  • internal: fix type traversing dictionary params (#2097) (4e5b368)
  • internal: minor type handling changes (#2099) (a2c6da0)

v1.61.1

05 Feb 14:33
Compare
Choose a tag to compare

1.61.1 (2025-02-05)

Full Changelog: v1.61.0...v1.61.1

Bug Fixes

  • api/types: correct audio duration & role types (#2091) (afcea48)
  • cli/chat: only send params when set (#2077) (688b223)

Chores

v1.61.0

31 Jan 19:26
Compare
Choose a tag to compare

1.61.0 (2025-01-31)

Full Changelog: v1.60.2...v1.61.0

Features

Bug Fixes

  • types: correct metadata type + other fixes (12b87a4)

Chores

Documentation

v1.60.2

27 Jan 19:36
Compare
Choose a tag to compare

1.60.2 (2025-01-27)

Full Changelog: v1.60.1...v1.60.2

Bug Fixes

  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

v1.60.1

24 Jan 19:05
Compare
Choose a tag to compare

1.60.1 (2025-01-24)

Full Changelog: v1.60.0...v1.60.1

Chores

Documentation

v1.60.0

22 Jan 14:25
Compare
Choose a tag to compare

1.60.0 (2025-01-22)

Full Changelog: v1.59.9...v1.60.0

Features

  • api: update enum values, comments, and examples (#2045) (e8205fd)

Chores

Documentation

  • readme: mention failed requests in request IDs (5f7c30b)

v1.59.9

20 Jan 14:57
Compare
Choose a tag to compare

1.59.9 (2025-01-20)

Full Changelog: v1.59.8...v1.59.9

Bug Fixes

  • tests: make test_get_platform less flaky (#2040) (72ea05c)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#2041) (b901046)
  • internal: update websockets dep (#2036) (642cd11)

Documentation