Skip to content

Releases: groq/groq-python

v0.22.0

02 Apr 20:33
2a05d86

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

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

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

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

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)

v0.17.0

03 Feb 21:40
3cee54e

Choose a tag to compare

0.17.0 (2025-02-03)

Full Changelog: v0.16.0...v0.17.0

Features

v0.16.0

29 Jan 19:36
10566c3

Choose a tag to compare

0.16.0 (2025-01-29)

Full Changelog: v0.15.0...v0.16.0

Features

Chores

Documentation

v0.15.0

11 Jan 02:57
2b91340

Choose a tag to compare

0.15.0 (2025-01-11)

Full Changelog: v0.14.0...v0.15.0

Features

Bug Fixes

  • correctly handle deserialising cls fields (#174) (0b2e997)

Chores

v0.14.0

09 Jan 05:32
f6e2c46

Choose a tag to compare

0.14.0 (2025-01-09)

Full Changelog: v0.13.1...v0.14.0

Features

Bug Fixes

  • client: only call .close() when needed (#169) (6a0ec57)

Chores

Documentation

  • readme: example snippet for client context manager (#161) (b7bfd15)

v0.13.1

15 Dec 08:50
17a1b10

Choose a tag to compare

0.13.1 (2024-12-14)

Full Changelog: v0.13.0...v0.13.1

Chores

Documentation

  • readme: fix http client proxies example (#151) (b858c4f)