Releases: groq/groq-python
Releases · groq/groq-python
v0.26.0
v0.25.0
0.25.0 (2025-05-16)
Full Changelog: v0.24.0...v0.25.0
Features
- api: api update (385969a)
- api: api update (e3acb61)
- api: api update (4bb39e5)
- api: api update (ce3c251)
Bug Fixes
- add search settings to all chat completion overloads (32a1731)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (a365e26)
- package: support direct resource imports (3ee8779)
Chores
- ci: fix installation instructions (454ff60)
- ci: upload sdks to package manager (1f464f8)
- fix README example (7a0f06a)
- internal: avoid errors for isinstance checks on proxies (7a04964)
- use lazy imports for resources (8c6351a)
Documentation
- remove or fix invalid readme examples (4dc027a)
v0.24.0
0.24.0 (2025-05-02)
Full Changelog: v0.23.1...v0.24.0
Features
- api: api update (e65ff4d)
Bug Fixes
- add include/exclude_domains to all chat completions overloads (7616f4b)
v0.23.1
0.23.1 (2025-04-24)
Full Changelog: v0.23.0...v0.23.1
Bug Fixes
- add executed_tools to streaming choicedelta (fb26fbc)
- pydantic v1: more robust ModelField.annotation check (40aaee2)
Chores
- broadly detect json family of content-type headers (2411533)
- ci: add timeout thresholds for CI jobs (aae4614)
- ci: only use depot for staging repos (b6d1b47)
- internal: codegen related update (1da64f5)
- internal: fix list file params (a9b18de)
- internal: import reformatting (5068736)
- internal: minor formatting changes (bc26d60)
- internal: refactor retries to not use recursion (488b9fe)
v0.23.0
0.23.0 (2025-04-22)
Full Changelog: v0.22.0...v0.23.0
Features
- api: api update (f5cbd01)
- api: api update (e7c5514)
- api: api update (9d5b7c8)
- api: api update (73357e1)
- api: api update (b1d6697)
- api: api update (98ef30e)
Bug Fixes
Chores
- client: minor internal fixes (68c2947)
- internal: base client updates (d83d3a7)
- internal: bump pyright version (49dc519)
- internal: expand CI branch coverage (ed6a533)
- internal: reduce CI branch coverage (0139f63)
- internal: remove trailing character (#233) (2781f14)
- internal: slight transform perf improvement (#235) (c67eeaa)
- internal: update models test (0ce3c37)
- internal: update pyright settings (66d55ee)
- slight wording improvement in README (#237) (fa001a3)
- tests: improve enum examples (#236) (6218620)
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
NotGiven
for body (#200) (afa6c0f) - client: send
X-Stainless-Read-Timeout
header (#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)