Skip to content

Releases: openai/openai-python

v1.46.1

19 Sep 15:00
Compare
Choose a tag to compare

1.46.1 (2024-09-19)

Full Changelog: v1.46.0...v1.46.1

Bug Fixes

Chores

  • streaming: silence pydantic model_dump warnings (#1722) (30f84b9)

v1.46.0

17 Sep 18:23
Compare
Choose a tag to compare

1.46.0 (2024-09-17)

Full Changelog: v1.45.1...v1.46.0

Features

  • client: add ._request_id property to object responses (#1707) (8b3da05)

Documentation

  • readme: add examples for chat with image content (#1703) (192b8f2)

v1.45.1

16 Sep 13:46
Compare
Choose a tag to compare

1.45.1 (2024-09-16)

Full Changelog: v1.45.0...v1.45.1

Chores

Documentation

v1.45.0

12 Sep 17:07
Compare
Choose a tag to compare

1.45.0 (2024-09-12)

Full Changelog: v1.44.1...v1.45.0

Features

Bug Fixes

  • types: correctly mark stream discriminator as optional (#1706) (80f02f9)

v1.44.1

09 Sep 19:38
Compare
Choose a tag to compare

1.44.1 (2024-09-09)

Full Changelog: v1.44.0...v1.44.1

Chores

  • add docstrings to raw response properties (#1696) (1d2a19b)

Documentation

  • readme: add section on determining installed version (#1697) (0255735)
  • readme: improve custom base_url example (#1694) (05eec8a)

v1.44.0

06 Sep 17:23
Compare
Choose a tag to compare

1.44.0 (2024-09-06)

Full Changelog: v1.43.1...v1.44.0

Features

  • vector store: improve chunking strategy type names (#1690) (e82cd85)

v1.43.1

05 Sep 19:46
Compare
Choose a tag to compare

1.43.1 (2024-09-05)

Full Changelog: v1.43.0...v1.43.1

Chores

v1.43.0

29 Aug 18:00
Compare
Choose a tag to compare

1.43.0 (2024-08-29)

Full Changelog: v1.42.0...v1.43.0

Features

  • api: add file search result details to run steps (#1681) (f5449c0)

v1.42.0

20 Aug 22:52
Compare
Choose a tag to compare

1.42.0 (2024-08-20)

Full Changelog: v1.41.1...v1.42.0

Features

  • parsing: add support for pydantic dataclasses (#1655) (101bee9)

Chores

v1.41.1

20 Aug 00:43
Compare
Choose a tag to compare

1.41.1 (2024-08-19)

Full Changelog: v1.41.0...v1.41.1

Bug Fixes

Chores

  • client: fix parsing union responses when non-json is returned (#1665) (822c37d)