Releases: openai/openai-python
Releases · openai/openai-python
v1.17.0
1.17.0 (2024-04-10)
Full Changelog: v1.16.2...v1.17.0
Features
- api: add additional messages when creating thread run (#1298) (70eb081)
- client: add DefaultHttpxClient and DefaultAsyncHttpxClient (#1302) (69cdfc3)
- models: add to_dict & to_json helper methods (#1305) (40a881d)
v1.16.0
1.16.0 (2024-04-01)
Full Changelog: v1.15.0...v1.16.0
Features
Chores
- client: validate that max_retries is not None (#1286) (aa5920a)
Refactors
- rename createAndStream to stream (6b427f3)