Releases: openai/openai-python
Releases Β· openai/openai-python
v1.8.0
1.8.0 (2024-01-16)
Full Changelog: v1.7.2...v1.8.0
Features
Bug Fixes
- client: ensure path params are non-empty (#1075) (9a25149)
- proxy: prevent recursion errors when debugging pycharm (#1076) (3d78798)
Chores
v1.7.2
v1.7.1
v1.7.0
1.7.0 (2024-01-08)
Full Changelog: v1.6.1...v1.7.0
Features
Bug Fixes
Chores
- add .keep files for examples and custom code directories (#1057) (7524097)
- internal: bump license (#1037) (d828527)
- internal: loosen type var restrictions (#1049) (e00876b)
- internal: replace isort with ruff (#1042) (f1fbc9c)
- internal: update formatting (#1041) (2e9ecee)
- src: fix typos (#988) (6a8b806)
- use property declarations for resource members (#1047) (131f6bc)
Documentation
v1.6.1
v1.6.0
1.6.0 (2023-12-19)
Full Changelog: v1.5.0...v1.6.0
Features
Chores
- cli: fix typo in completions (#985) (d1e9e8f)
- cli: fix typo in completions (#986) (626bc34)
- internal: fix binary response tests (#983) (cfb7e30)
- internal: fix typos (#993) (3b338a4)
- internal: minor utils restructuring (#992) (5ba576a)
- package: bump minimum typing-extensions to 4.7 (#994) (0c2da84)
- streaming: update constructor to use direct client names (#991) (6c3427d)
Documentation
v1.5.0
v1.4.0
v1.3.9
v1.3.8
1.3.8 (2023-12-08)
Full Changelog: v1.3.7...v1.3.8
Bug Fixes
- avoid leaking memory when Client.with_options is used (#956) (e37ecca)
- errors: properly assign APIError.body (#949) (c70e194)
- pagination: use correct type hint for .object (#943) (23fe7ee)
Chores
- internal: enable more lint rules (#945) (2c8add6)
- internal: reformat imports (#939) (ec65124)
- internal: reformat imports (#944) (5290639)
- internal: update formatting (#941) (8e5a156)
- package: lift anyio v4 restriction (#927) (be0438a)