- `finish_reason` attribute of `ChatResponse` is now an instance of `FinishReason` enum - `complete_with_streaming` yields `FinishReason` as a stream item - Extra groups `dev`, `types`, `test` become dev-dependencies
9.1.0
- Allow steering capabilities for client-submitted chat completion requests
9.0.0
- Remove deprecated QA and Summarization functionality - Remove references to luminous-extended model
8.1.0
Python support
- Minimal supported Python version is now 3.9
8.0.0
- Remove default value for `host` parameter in `Client` and `AsyncClient`. Passing a value for the `host` is now required.
7.6.0
- Add `instructable_embed` to `Client` and `AsyncClient`