Releases: groq/groq-python
Releases · groq/groq-python
v0.22.0
0.22.0 (2025-04-02)
Full Changelog: v0.21.0...v0.22.0
Features
- api: add batch cancellation (a5c3827)
v0.21.0
v0.20.0
0.20.0 (2025-03-19)
Full Changelog: v0.19.0...v0.20.0
Features
- api: Add speech endpoint (#219) (f150801)
- api: api update (#218) (c124862)
- api: api update (#220) (f4eeb8d)
Bug Fixes
- ci: ensure pip is always available (#216) (085166c)
- ci: remove publishing patch (#217) (fb579e8)
- types: handle more discriminated union shapes (#215) (5c72e94)
Chores
v0.19.0
0.19.0 (2025-03-11)
Full Changelog: v0.18.0...v0.19.0
Features
- api: manual updates (#209) (15e2dca)
- client: allow passing
NotGivenfor body (#200) (afa6c0f) - client: send
X-Stainless-Read-Timeoutheader (#193) (e8911a4)
Bug Fixes
- add reasoning field to ChoiceDelta class (edfee3b)
- asyncify on non-asyncio runtimes (#198) (49387fe)
- client: mark some request bodies as optional (afa6c0f)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (662763a)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (5298ec1)
Chores
- api: remove chat_completion_chunk to force a rebuild of it (#208) (01fb0d1)
- docs: update client docstring (#204) (a0f4599)
- internal: codegen related update (#199) (de2ac71)
- internal: fix devcontainers setup (#201) (af101ee)
- internal: fix type traversing dictionary params (#195) (bcb0256)
- internal: minor type handling changes (#196) (3ff53df)
- internal: properly set pydantic_private (#202) (07ec0c8)
- internal: remove unused http client options forwarding (#205) (12fdb59)
- internal: update client tests (#197) (2f0d2c4)
Documentation
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
0.14.0 (2025-01-09)
Full Changelog: v0.13.1...v0.14.0
Features
Bug Fixes
Chores
- add missing isclass check (#166) (9cb1e72)
- internal: bump httpx dependency (#168) (c260ae9)
- internal: codegen related update (#158) (85b5765)
- internal: codegen related update (#160) (8b87c4d)
- internal: codegen related update (#164) (d7b6be5)
- internal: fix some typos (#162) (32482ae)
Documentation
v0.13.1
0.13.1 (2024-12-14)
Full Changelog: v0.13.0...v0.13.1
Chores
- internal: add support for TypeAliasType (#153) (c5ca4fc)
- internal: bump pydantic dependency (#150) (63e5754)
- internal: bump pyright (#145) (8f2b3a0)
- internal: bump pyright (#152) (75476cd)
- internal: codegen related update (#154) (db44bd6)
- internal: codegen related update (#155) (7f303c3)
- internal: updated imports (#156) (3f41c12)
- make the
Omittype public (#147) (0613ae1)