From 4537f4234ce381c5251f52ac43eac62d70cd8f33 Mon Sep 17 00:00:00 2001 From: Groq GitHub Bot <164107404+groq-github-bot@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:45:44 -0500 Subject: [PATCH] release: 1.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- src/groq/_version.py | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce9d1c..c523ce1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1026549..7912e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.8.0](https://github.com/groq/groq-python/compare/v1.7.0...v1.8.0) (2026-09-04) + + +### Features + +* **api:** strict OpenAI compatibility for white-label deployments ([53d7973](https://github.com/groq/groq-python/commit/53d79739533a8d4cfde25d5d9bc6b109b5a719eb)) +* **stlc:** generator-owned streaming overloads for the python SDK (GC1-596) ([c715235](https://github.com/groq/groq-python/commit/c715235057bec9580b3d9175fcf5cb67406c2296)) + + +### Chores + +* **ci:** publish to PyPI with Trusted Publishing / OIDC (GC1-104) ([18e1a52](https://github.com/groq/groq-python/commit/18e1a528adf3c5cf3ba1f6bb8f0bc2d4005000ed)) + + +### Documentation + +* **openapi:** tighten the reasoning_effort description ([55066d9](https://github.com/groq/groq-python/commit/55066d94acca028c3cb74e050f2711b80ade6298)) + ## 1.7.0 (2026-08-25) Full Changelog: [v1.6.0...v1.7.0](https://github.com/groq/groq-python/compare/v1.6.0...v1.7.0) diff --git a/pyproject.toml b/pyproject.toml index 5edbe7a..db158c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "groq" -version = "1.7.0" +version = "1.8.0" description = "The official Python library for the groq API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/groq/_version.py b/src/groq/_version.py index 6033280..9282d11 100644 --- a/src/groq/_version.py +++ b/src/groq/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "groq" -__version__ = "1.7.0" # x-release-please-version +__version__ = "1.8.0" # x-release-please-version