Skip to content

Releases: openai/openai-python

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)

v1.41.0

16 Aug 20:47
Compare
Choose a tag to compare

1.41.0 (2024-08-16)

Full Changelog: v1.40.8...v1.41.0

Features

  • client: add uploads.upload_file helper (aae079d)

v1.40.8

15 Aug 23:55
Compare
Choose a tag to compare

1.40.8 (2024-08-15)

Full Changelog: v1.40.7...v1.40.8

Chores

v1.40.7

15 Aug 20:21
Compare
Choose a tag to compare

1.40.7 (2024-08-15)

Full Changelog: v1.40.6...v1.40.7

Bug Fixes

  • cli/migrate: change grit binaries download source (#1649) (85e8935)

Chores

  • docs: fix typo in example snippet (4e83b57)
  • internal: use different 32bit detection method (#1652) (5831af6)

v1.40.6

12 Aug 21:30
Compare
Choose a tag to compare

1.40.6 (2024-08-12)

Full Changelog: v1.40.5...v1.40.6

Chores

v1.40.5

12 Aug 19:01
Compare
Choose a tag to compare

1.40.5 (2024-08-12)

Full Changelog: v1.40.4...v1.40.5

Documentation

  • helpers: make async client usage more clear (34e1edf), closes #1639

v1.40.4

12 Aug 17:46
Compare
Choose a tag to compare

1.40.4 (2024-08-12)

Full Changelog: v1.40.3...v1.40.4

Bug Fixes

  • json schema: unravel $refs alongside additional keys (c7a3d29)
  • json schema: unwrap allOfs with one entry (53d964d)

v1.40.3

10 Aug 06:41
Compare
Choose a tag to compare

1.40.3 (2024-08-10)

Full Changelog: v1.40.2...v1.40.3

Chores

v1.40.2

08 Aug 22:01
Compare
Choose a tag to compare

1.40.2 (2024-08-08)

Full Changelog: v1.40.1...v1.40.2

Bug Fixes

  • client: raise helpful error message for response_format misuse (18191da)
  • json schema: support recursive BaseModels in Pydantic v1 (#1623) (43e10c0)

Chores