Releases: openai/openai-python
Releases · openai/openai-python
v1.13.4
1.13.4 (2024-03-13)
Full Changelog: v1.13.3...v1.13.4
Bug Fixes
Chores
- api: update docs (#1212) (71236e0)
- client: improve error message for invalid http_client argument (#1216) (d0c928a)
- docs: mention install from git repo (#1203) (3ab6f44)
- export NOT_GIVEN sentinel value (#1223) (8a4f76f)
- internal: add core support for deserializing into number response (#1219) (004bc92)
- internal: bump pyright (#1221) (3c2e815)
- internal: improve deserialisation of discriminated unions (#1227) (4767259)
- internal: minor core client restructuring (#1199) (4314cdc)
- internal: split up transforms into sync / async (#1210) (7853a83)
- internal: support more input types (#1211) (d0e4baa)
- internal: support parsing Annotated types (#1222) (8598f81)
- types: include discriminators in unions (#1228) (3ba0dcc)
Documentation
v1.13.3
v1.13.2
v1.13.1
v1.13.0
v1.12.0
1.12.0 (2024-02-08)
Full Changelog: v1.11.1...v1.12.0
Features
- api: add
timestamp_granularities
, addgpt-3.5-turbo-0125
model (#1125) (1ecf8f6) - cli/images: add support for
--model
arg (#1132) (0d53866)
Bug Fixes
- remove double brackets from timestamp_granularities param (#1140) (3db0222)
- types: loosen most List params types to Iterable (#1129) (bdb31a3)
Chores
- internal: add lint command (#1128) (4c021c0)
- internal: support serialising iterable types (#1127) (98d4e59)
Documentation
v1.11.1
v1.11.0
1.11.0 (2024-02-03)
Full Changelog: v1.10.0...v1.11.0
Features
Chores
- interal: make link to api.md relative (#1117) (4a10879)
- internal: cast type in mocked test (#1112) (99b21e1)
- internal: enable ruff type checking misuse lint rule (#1106) (fa63e60)
- internal: support multipart data with overlapping keys (#1104) (455bc9f)
- internal: support pre-release versioning (#1113) (dea5b08)