Skip to content

Releases: openai/openai-python

v1.65.3

04 Mar 21:32
Compare
Choose a tag to compare

1.65.3 (2025-03-04)

Full Changelog: v1.65.2...v1.65.3

Chores

  • internal: remove unused http client options forwarding (#2158) (76ec464)
  • internal: run example files in CI (#2160) (9979345)

v1.65.2

01 Mar 16:52
Compare
Choose a tag to compare

1.65.2 (2025-03-01)

Full Changelog: v1.65.1...v1.65.2

Bug Fixes

  • azure: azure_deployment use with realtime + non-deployment-based APIs (#2154) (5846b55)

Chores

v1.65.1

27 Feb 22:21
Compare
Choose a tag to compare

1.65.1 (2025-02-27)

Full Changelog: v1.65.0...v1.65.1

Documentation

  • update URLs from stainlessapi.com to stainless.com (#2150) (dee4298)

v1.65.0

27 Feb 20:10
Compare
Choose a tag to compare

1.65.0 (2025-02-27)

Full Changelog: v1.64.0...v1.65.0

Features

Chores

v1.64.0

22 Feb 20:55
Compare
Choose a tag to compare

1.64.0 (2025-02-22)

Full Changelog: v1.63.2...v1.64.0

Features

Bug Fixes

  • client: mark some request bodies as optional (4451f56)

Chores

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