Skip to content

Releases: groq/groq-python

v0.26.0

29 May 18:25
e55da1a
Compare
Choose a tag to compare

0.26.0 (2025-05-29)

Full Changelog: v0.25.0...v0.26.0

Features

Chores

  • docs: grammar improvements (b5f3b46)

v0.25.0

16 May 19:57
a5c9a20
Compare
Choose a tag to compare

0.25.0 (2025-05-16)

Full Changelog: v0.24.0...v0.25.0

Features

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

02 May 16:13
e1280b2
Compare
Choose a tag to compare

0.24.0 (2025-05-02)

Full Changelog: v0.23.1...v0.24.0

Features

Bug Fixes

  • add include/exclude_domains to all chat completions overloads (7616f4b)

v0.23.1

24 Apr 18:59
ab7fe20
Compare
Choose a tag to compare

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

22 Apr 23:33
f3d1ea0
Compare
Choose a tag to compare

0.23.0 (2025-04-22)

Full Changelog: v0.22.0...v0.23.0

Features

Bug Fixes

  • perf: optimize some hot paths (b1bd305)
  • perf: skip traversing types for NotGiven values (ea1b705)

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

02 Apr 20:33
2a05d86
Compare
Choose a tag to compare

0.22.0 (2025-04-02)

Full Changelog: v0.21.0...v0.22.0

Features

  • api: add batch cancellation (a5c3827)

v0.21.0

01 Apr 23:45
b735d35
Compare
Choose a tag to compare

0.21.0 (2025-04-01)

Full Changelog: v0.20.0...v0.21.0

Features

Chores

v0.20.0

19 Mar 02:31
9f14aac
Compare
Choose a tag to compare

0.20.0 (2025-03-19)

Full Changelog: v0.19.0...v0.20.0

Features

Bug Fixes

Chores

v0.19.0

11 Mar 23:22
90be084
Compare
Choose a tag to compare

0.19.0 (2025-03-11)

Full Changelog: v0.18.0...v0.19.0

Features

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

  • revise readme docs about nested params (#206) (7b04f47)
  • update URLs from stainlessapi.com to stainless.com (#203) (a6c6fde)

v0.18.0

05 Feb 01:29
b74ce9e
Compare
Choose a tag to compare

0.18.0 (2025-02-05)

Full Changelog: v0.17.0...v0.18.0

Features

Chores

  • internal: bummp ruff dependency (#190) (61678fc)
  • internal: change default timeout to an int (#188) (348e152)