Skip to content

Releases: groq/groq-python

v0.37.1

04 Dec 18:07
b03b94b

Choose a tag to compare

0.37.1 (2025-12-04)

Full Changelog: v0.37.0...v0.37.1

Bug Fixes

Chores

  • docs: use environment variables for authentication in code snippets (3ed8c12)
  • update lockfile (f240076)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.37.0

01 Dec 18:32
846b038

Choose a tag to compare

0.37.0 (2025-12-01)

Full Changelog: v0.36.0...v0.37.0

Features

Bug Fixes

  • always call close in the streaming generators (f19496e)
  • ensure streams are always closed (ba33c5e)

Chores

  • add Python 3.14 classifier and testing (26120a6)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (ceaffd2)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.36.0

20 Nov 02:29
45155a6

Choose a tag to compare

0.36.0 (2025-11-20)

Full Changelog: v0.35.0...v0.36.0

Features

Chores

  • GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.yaml [skip ci] (07f6b0b)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.35.0

18 Nov 23:52
2f14acf

Choose a tag to compare

0.35.0 (2025-11-18)

Full Changelog: v0.34.1...v0.35.0

Features

Bug Fixes

  • update chat completion streaming types (833cf83)

Chores

  • GitHub Terraform: Create/Update .github/workflows/code-freeze-bypass.yaml [skip ci] (63d11e3)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.34.1

14 Nov 16:42
8ae355a

Choose a tag to compare

0.34.1 (2025-11-14)

Full Changelog: v0.34.0...v0.34.1

Bug Fixes

  • Add annotations to streaming response (#255) (fd2f850)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.34.0

12 Nov 20:50
b410a62

Choose a tag to compare

0.34.0 (2025-11-12)

Full Changelog: v0.33.0...v0.34.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (99b9431)
  • compat with Python 3.14 (edd91d9)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (2e981f7)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (3af43e5)
  • internal: grammar fix (it's -> its) (37687bf)
  • package: drop Python 3.8 support (e45cc65)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.33.0

21 Oct 01:38
2aab8ae

Choose a tag to compare

0.33.0 (2025-10-21)

Full Changelog: v0.32.0...v0.33.0

Features

Bug Fixes

Chores

  • bump httpx-aiohttp version to 0.1.9 (f366ae8)
  • do not install brew dependencies in ./scripts/bootstrap by default (77febdb)
  • internal: detect missing future annotations with ruff (b25a9a9)
  • types: change optional parameter type from NotGiven to Omit (437d52b)

v0.32.0

27 Sep 23:01
1fc7614

Choose a tag to compare

0.32.0 (2025-09-27)

Full Changelog: v0.31.1...v0.32.0

Features

Bug Fixes

  • chat stream overloads (42f9396)
  • GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (ba00a6e)

Chores

  • internal: move mypy configurations to pyproject.toml file (a8113a5)
  • internal: update pydantic dependency (0d8773d)
  • tests: simplify get_platform test (a257487)
  • types: change optional parameter type from NotGiven to Omit (882ffc0)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

v0.31.1

04 Sep 18:00
24ff700

Choose a tag to compare

0.31.1 (2025-09-04)

Full Changelog: v0.31.0...v0.31.1

Features

Bug Fixes

  • avoid newer type syntax (21f93a7)
  • compeltions streaming overloads (201e137)
  • update example model from decommissioned models to gpt-oss-20b (1570583)
  • update example model from decommissioned models to gpt-oss-20b (#250) (edb9132)

Chores

  • internal: add Sequence related utils (01104d8)
  • internal: change ci workflow machines (e796cb9)
  • internal: fix ruff target version (b58149d)
  • internal: update comment in script (bd20c49)
  • internal: update pyright exclude list (124e838)
  • update @stainless-api/prism-cli to v5.15.0 (b2f49cc)
  • update github action (c7662e0)

v0.31.0

05 Aug 23:13
aa6d8b1

Choose a tag to compare

0.31.0 (2025-08-05)

Full Changelog: v0.30.0...v0.31.0

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (7439911)
  • parsing: ignore empty metadata (eccd423)
  • parsing: parse extra field types (590a947)
  • streaming overrides (ff828d6)

Chores

  • project: add settings file for vscode (938789a)