Releases: groq/groq-python
Releases · groq/groq-python
v0.32.0
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
0.31.1 (2025-09-04)
Full Changelog: v0.31.0...v0.31.1
Features
- api: api update (0a8a5c0)
- api: api update (7896dbd)
- api: api update (f9b5dca)
- api: api update (e34ec28)
- api: api update (cd14d0a)
- api: api update (7d02cd3)
- api: api update (437f5fb)
- improve future compat with pydantic v3 (42a6cb9)
- types: replace List[str] with SequenceNotStr in params (d1ee744)
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
0.31.0 (2025-08-05)
Full Changelog: v0.30.0...v0.31.0
Features
- api: api update (be81724)
- api: api update (bd9eafd)
- api: api update (86eab4f)
- api: api update (4068695)
- api: api update (5c45441)
- api: api update (30646f2)
- api: api update (e8ede14)
- api: api update (3c06879)
- api: api update (455c74a)
- clean up environment call outs (0627bc6)
- client: support file upload requests (0f2d5a7)
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)
v0.30.0
0.30.0 (2025-07-11)
Full Changelog: v0.29.0...v0.30.0
Features
Bug Fixes
- ci: correct conditional (a470509)
- ci: release-doctor — report correct token name (b036bba)
- parsing: correctly handle nested discriminated unions (f57dd03)
- performance tier enum overloads (dc7c41b)
Chores
- Add bklieger-groq to CODEOWNERS (5b9fc30)
- ci: change upload type (7044a2b)
- ci: only run for pushes and fork pull requests (dc1b9ee)
- fix code owners (464ada9)
- internal: bump pinned h11 dep (47bddbd)
- internal: codegen related update (9d7f071)
- package: mark python 3.13 as supported (55353b9)
- readme: fix version rendering on pypi (e145b51)
v0.29.0
0.29.0 (2025-06-25)
Full Changelog: v0.28.0...v0.29.0
Features
Bug Fixes
- client: correctly parse binary response | stream (da571bc)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (778531f)
Chores
- ci: enable for pull requests (daf0500)
- internal: update conftest.py (ed4b0b5)
- readme: update badges (d08d4f4)
- tests: add tests for httpx client instantiation & proxies (94821d3)
- tests: run tests in parallel (ce56989)
- tests: skip some failing tests on the latest python versions (15a744b)
Documentation
- client: fix httpx.Timeout documentation reference (5776227)
v0.28.0
v0.27.0
v0.26.0
0.26.0 (2025-05-29)
Full Changelog: v0.25.0...v0.26.0
Features
Chores
- docs: grammar improvements (b5f3b46)
v0.25.0
0.25.0 (2025-05-16)
Full Changelog: v0.24.0...v0.25.0
Features
- api: api update (385969a)
- api: api update (e3acb61)
- api: api update (4bb39e5)
- api: api update (ce3c251)
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
0.24.0 (2025-05-02)
Full Changelog: v0.23.1...v0.24.0
Features
- api: api update (e65ff4d)
Bug Fixes
- add include/exclude_domains to all chat completions overloads (7616f4b)
Previous Next