Releases: groq/groq-python
v1.1.2
1.1.2 (2026-03-25)
Full Changelog: v1.1.1...v1.1.2
Bug Fixes
- deps: bump minimum typing-extensions version (3ef90d5)
- pydantic: do not pass
by_aliasunless set (f84dd8c) - sanitize endpoint path params (4e57480)
Chores
- ci: skip lint on metadata-only changes (e34867c)
- internal: tweak CI branches (5ec9308)
- internal: update gitignore (29f97bf)
- tests: bump steady to v0.19.4 (7c9854e)
- tests: bump steady to v0.19.5 (e3a0370)
- tests: bump steady to v0.19.6 (001301b)
- tests: bump steady to v0.19.7 (5419e4c)
Refactors
- tests: switch from prism to steady (491149a)
v1.1.1
1.1.1 (2026-03-11)
Full Changelog: v1.1.0...v1.1.1
Chores
- ci: skip uploading artifacts on stainless-internal branches (1995ebc)
- docs: remove www prefix (2f429b1)
- format all
api.mdfiles (b7a0488) - internal: add request options to SSE classes (7ffeb7c)
- internal: bump dependencies (862b60e)
- internal: codegen related update (f65774d)
- internal: fix lint error on Python 3.14 (759089a)
- internal: make
test_proxy_environment_variablesmore resilient (2421ef6) - internal: make
test_proxy_environment_variablesmore resilient to env (fd9609d) - test: do not count install time for mock server timeout (c242fb0)
- update mock server docs (6c8a563)
- update placeholder string (fb77938)
v1.1.0
1.1.0 (2026-03-08)
Full Changelog: v1.0.0...v1.1.0
Features
- client: add custom JSON encoder for extended type support (a678f79)
- client: add support for binary request streaming (93813fd)
Bug Fixes
Chores
- ci: upgrade
actions/github-script(03f1c19) - deprecate Python 3.9 support (#264) (01190ec)
- internal: add
--fixargument to lint script (2d9ebd6) - internal: codegen related update (c074088)
- internal: codegen related update (4f6b7d0)
- internal: codegen related update (48778ff)
- internal: codegen related update (8b1aaa4)
- internal: codegen related update (17104ab)
- internal: codegen related update (a236a32)
- internal: codegen related update (544abc6)
- internal: codegen related update (ef5b5f7)
- internal: codegen related update (fbc0d70)
- internal: update
actions/checkoutversion (a472539)
v1.0.0
1.0.0 (2025-12-17)
Full Changelog: v0.37.1...v1.0.0
Features
- api: api update (f1f83f8)
Bug Fixes
- types: allow pyright to infer TypedDict types within SequenceNotStr (4847b77)
- use async_to_httpx_files in patch method (360421b)
Chores
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.1
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
0.37.0 (2025-12-01)
Full Changelog: v0.36.0...v0.37.0
Features
- api: api update (5d0d829)
Bug Fixes
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
0.36.0 (2025-11-20)
Full Changelog: v0.35.0...v0.36.0
Features
- api: api update (0287563)
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
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
0.34.1 (2025-11-14)
Full Changelog: v0.34.0...v0.34.1
Bug Fixes
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
0.34.0 (2025-11-12)
Full Changelog: v0.33.0...v0.34.0
Features
- api: api update (51bb951)
Bug Fixes
- client: close streams without requiring full consumption (99b9431)
- compat with Python 3.14 (edd91d9)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor 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