Skip to content

Commit b2fdc3f

Browse files
release: 1.1.2
1 parent 29f97bf commit b2fdc3f

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 1.1.2 (2026-03-24)
4+
5+
Full Changelog: [v1.1.1...v1.1.2](https://github.com/groq/groq-python/compare/v1.1.1...v1.1.2)
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump minimum typing-extensions version ([3ef90d5](https://github.com/groq/groq-python/commit/3ef90d5a347a277257127abcba3f457ca35d5485))
10+
* **pydantic:** do not pass `by_alias` unless set ([f84dd8c](https://github.com/groq/groq-python/commit/f84dd8ce6be887992445f10af1aac8102b2c6423))
11+
* sanitize endpoint path params ([4e57480](https://github.com/groq/groq-python/commit/4e57480cbe6e7d85353d04c49f931a300ff50436))
12+
13+
14+
### Chores
15+
16+
* **internal:** tweak CI branches ([5ec9308](https://github.com/groq/groq-python/commit/5ec930859c7c819fe5fe5b565fa1c4046fa8274e))
17+
* **internal:** update gitignore ([29f97bf](https://github.com/groq/groq-python/commit/29f97bf5c11c1fb49276c8e080b1b0d24d156ba8))
18+
* **tests:** bump steady to v0.19.4 ([7c9854e](https://github.com/groq/groq-python/commit/7c9854eaa8532f4611e169e0b76bed87f80dc2cb))
19+
* **tests:** bump steady to v0.19.5 ([e3a0370](https://github.com/groq/groq-python/commit/e3a0370c2b379156e24816c471e1423b09c1eb99))
20+
21+
22+
### Refactors
23+
24+
* **tests:** switch from prism to steady ([491149a](https://github.com/groq/groq-python/commit/491149ac175410988863ab0e958c44c3907c45ca))
25+
326
## 1.1.1 (2026-03-11)
427

528
Full Changelog: [v1.1.0...v1.1.1](https://github.com/groq/groq-python/compare/v1.1.0...v1.1.1)

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 = "1.1.1"
3+
version = "1.1.2"
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__ = "1.1.1" # x-release-please-version
4+
__version__ = "1.1.2" # x-release-please-version

0 commit comments

Comments
 (0)