Skip to content

Releases: groq/groq-python

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)

v0.13.0

29 Nov 19:35
fa2e13b

Choose a tag to compare

0.13.0 (2024-11-28)

Full Changelog: v0.12.0...v0.13.0

Features

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#142) (b8abf89)

Chores

  • internal: exclude mypy from running on tests (#141) (fb4456e)
  • internal: fix compat model_dump method when warnings are passed (#138) (91402fd)
  • rebuild project due to codegen change (#136) (b79c1f9)
  • rebuild project due to codegen change (#137) (2899a88)
  • remove now unused cached-property dep (#140) (d001e95)

Documentation

v0.12.0

12 Nov 19:17
c32a996

Choose a tag to compare

0.12.0 (2024-11-12)

Full Changelog: v0.11.0...v0.12.0

Features

Bug Fixes

  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (537cc49)

Chores

  • rebuild project due to codegen change (#130) (e08a00f)
  • rebuild project due to codegen change (#131) (8a3c31d)
  • rebuild project due to codegen change (#132) (8287ed4)

v0.11.0

03 Sep 19:16

Choose a tag to compare

0.11.0 (2024-09-03)

Full Changelog: v0.10.0...v0.11.0

Features