Skip to content

Commit 7800a84

Browse files
release: 0.34.0
1 parent 37687bf commit 7800a84

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.33.0"
2+
".": "0.34.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.34.0 (2025-11-04)
4+
5+
Full Changelog: [v0.33.0...v0.34.0](https://github.com/groq/groq-python/compare/v0.33.0...v0.34.0)
6+
7+
### Features
8+
9+
* **api:** api update ([51bb951](https://github.com/groq/groq-python/commit/51bb951f04069bdbc79fbcc96e9a89ad9bb945ed))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** close streams without requiring full consumption ([99b9431](https://github.com/groq/groq-python/commit/99b9431a9663dc1c2abb8f46c2444fa2bb397eb4))
15+
16+
17+
### Chores
18+
19+
* **internal/tests:** avoid race condition with implicit client cleanup ([3af43e5](https://github.com/groq/groq-python/commit/3af43e5855668c3632a9053222d11c27fa40c70c))
20+
* **internal:** grammar fix (it's -> its) ([37687bf](https://github.com/groq/groq-python/commit/37687bfc136e87b85f26f9617b02a80e21047858))
21+
322
## 0.33.0 (2025-10-21)
423

524
Full Changelog: [v0.32.0...v0.33.0](https://github.com/groq/groq-python/compare/v0.32.0...v0.33.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "groq"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
description = "The official Python library for the groq API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/groq/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "groq"
4-
__version__ = "0.33.0" # x-release-please-version
4+
__version__ = "0.34.0" # x-release-please-version

0 commit comments

Comments
 (0)