Skip to content

Releases: openai/openai-python

v1.19.0

16 Apr 00:06
Compare
Choose a tag to compare

1.19.0 (2024-04-15)

Full Changelog: v1.18.0...v1.19.0

Features

v1.18.0

15 Apr 20:24
Compare
Choose a tag to compare

1.18.0 (2024-04-15)

Full Changelog: v1.17.1...v1.18.0

Features

v1.17.1

13 Apr 05:04
Compare
Choose a tag to compare

1.17.1 (2024-04-12)

Full Changelog: v1.17.0...v1.17.1

Chores

v1.17.0

10 Apr 17:23
Compare
Choose a tag to compare

1.17.0 (2024-04-10)

Full Changelog: v1.16.2...v1.17.0

Features

  • api: add additional messages when creating thread run (#1298) (70eb081)
  • client: add DefaultHttpxClient and DefaultAsyncHttpxClient (#1302) (69cdfc3)
  • models: add to_dict & to_json helper methods (#1305) (40a881d)

v1.16.2

04 Apr 15:26
Compare
Choose a tag to compare

1.16.2 (2024-04-04)

Full Changelog: v1.16.1...v1.16.2

Bug Fixes

  • client: correct logic for line decoding in streaming (#1293) (687caef)

v1.16.1

02 Apr 15:12
f0bdef0
Compare
Choose a tag to compare

1.16.1 (2024-04-02)

Full Changelog: v1.16.0...v1.16.1

Chores

  • internal: defer model build for import latency (#1291) (bc6866e)

v1.16.0

01 Apr 23:30
Compare
Choose a tag to compare

1.16.0 (2024-04-01)

Full Changelog: v1.15.0...v1.16.0

Features

Chores

  • client: validate that max_retries is not None (#1286) (aa5920a)

Refactors

  • rename createAndStream to stream (6b427f3)

v1.15.0

01 Apr 05:03
Compare
Choose a tag to compare

1.15.0 (2024-03-31)

Full Changelog: v1.14.3...v1.15.0

Features

  • api: adding temperature parameter (#1282) (0e68fd3)
  • client: increase default HTTP max_connections to 1000 and max_keepalive_connections to 100 (#1281) (340d139)
  • package: export default constants (#1275) (fdc126e)

Bug Fixes

  • project: use absolute github links on PyPi (#1280) (94cd528)

Chores

Documentation

  • readme: change undocumented params wording (#1284) (7498ef1)

v1.14.3

25 Mar 16:43
Compare
Choose a tag to compare

1.14.3 (2024-03-25)

Full Changelog: v1.14.2...v1.14.3

Bug Fixes

Chores

  • internal: construct error properties instead of using the raw response (#1257) (11dce5c)
  • internal: formatting change (#1258) (b907dd7)
  • internal: loosen input type for util function (#1250) (fc8b4c3)

Documentation

  • contributing: fix typo (#1264) (835cb9b)
  • readme: consistent use of sentence case in headings (#1255) (519f371)
  • readme: document how to make undocumented requests (#1256) (5887858)

v1.14.2

19 Mar 15:49
5cfb125
Compare
Choose a tag to compare

1.14.2 (2024-03-19)

Full Changelog: v1.14.1...v1.14.2

Performance Improvements

Chores

  • internal: update generated pragma comment (#1247) (3eeb9b3)

Documentation