Skip to content

Commit c5ab8f9

Browse files
release: 0.25.0
1 parent daada96 commit c5ab8f9

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.24.0"
2+
".": "0.25.0"
33
}

CHANGELOG.md

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

3+
## 0.25.0 (2025-05-15)
4+
5+
Full Changelog: [v0.24.0...v0.25.0](https://github.com/groq/groq-python/compare/v0.24.0...v0.25.0)
6+
7+
### Features
8+
9+
* **api:** api update ([daada96](https://github.com/groq/groq-python/commit/daada96967e32061c05e5aa5649b1efd18144ff9))
10+
* **api:** api update ([1122aa0](https://github.com/groq/groq-python/commit/1122aa0662ec7af88799530de50f002645ccb5d0))
11+
12+
13+
### Bug Fixes
14+
15+
* **package:** support direct resource imports ([82bfd68](https://github.com/groq/groq-python/commit/82bfd684a24d39e838e11612e060e3d6b1a4aac2))
16+
17+
18+
### Chores
19+
20+
* **internal:** avoid errors for isinstance checks on proxies ([c6d4578](https://github.com/groq/groq-python/commit/c6d457878f231efba49f83a1c6f8cfd513b82cb9))
21+
* use lazy imports for resources ([46c8767](https://github.com/groq/groq-python/commit/46c87674696ba966576c063d6d6e3e53e0140f81))
22+
23+
24+
### Documentation
25+
26+
* remove or fix invalid readme examples ([9d81d35](https://github.com/groq/groq-python/commit/9d81d352a3b1c0c7092444617f64b8096b05f08d))
27+
328
## 0.24.0 (2025-05-02)
429

530
Full Changelog: [v0.23.1...v0.24.0](https://github.com/groq/groq-python/compare/v0.23.1...v0.24.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.24.0"
3+
version = "0.25.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.24.0" # x-release-please-version
4+
__version__ = "0.25.0" # x-release-please-version

0 commit comments

Comments
 (0)