Releases: openai/openai-python
Releases Β· openai/openai-python
v1.3.7
1.3.7 (2023-12-01)
Full Changelog: v1.3.6...v1.3.7
Bug Fixes
- client: correct base_url setter implementation (#919) (135d9cf)
- client: don't cause crashes when inspecting the module (#897) (db029a5)
- client: ensure retried requests are closed (#902) (e025e6b)
Chores
- internal: add tests for proxy change (#899) (71a13d0)
- internal: remove unused type var (#915) (4233bcd)
- internal: replace string concatenation with f-strings (#908) (663a8f6)
- internal: replace string concatenation with f-strings (#909) (caab767)
Documentation
v1.3.6
1.3.6 (2023-11-28)
Full Changelog: v1.3.5...v1.3.6
Chores
- deps: bump mypy to v1.7.1 (#891) (11fcb2a)
- internal: send more detailed x-stainless headers (#877) (69e0549)
Documentation
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
1.3.0 (2023-11-15)
Full Changelog: v1.2.4...v1.3.0
Features
- api: add gpt-3.5-turbo-1106 (#813) (9bb3c4e)
- client: support reading the base url from an env variable (#829) (ca5fdc6)
Bug Fixes
Chores
- fix typo in docs and add request header for function calls (#807) (cbef703)
- internal: fix devcontainer interpeter path (#810) (0acc07d)
Documentation
v1.2.4
v1.2.3
1.2.3 (2023-11-10)
Full Changelog: v1.2.2...v1.2.3
Bug Fixes
- cli/audio: file format detection failing for whisper (#733) (01079d6)
- client: correctly flush the stream response body (#771) (0d52731)
- client: serialise pydantic v1 default fields correctly in params (#776) (d4c49ad)
- models: mark unknown fields as set in pydantic v1 (#772) (ae032a1)
- prevent IndexError in fine-tunes CLI (#768) (42f1633)