Skip to content

Commit 2bc6c84

Browse files
release: 1.6.0
1 parent 78a5716 commit 2bc6c84

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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-
".": "1.5.1"
2+
".": "1.6.0"
33
}

CHANGELOG.md

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

3+
## 1.6.0 (2026-04-06)
4+
5+
Full Changelog: [v1.5.1...v1.6.0](https://github.com/sambanova/sambanova-python/compare/v1.5.1...v1.6.0)
6+
7+
### Features
8+
9+
* **internal:** implement indices array format for query and form serialization ([d5156de](https://github.com/sambanova/sambanova-python/commit/d5156de64998f45f709746ae25d59628a77ae4b1))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** audio endpoints usage def ([0c57481](https://github.com/sambanova/sambanova-python/commit/0c57481909890e8679aaf17f0f7b47a9ca65329a))
15+
* **api:** audio usage schema ([78a5716](https://github.com/sambanova/sambanova-python/commit/78a571602c182af75624356ed61f5a2a46bd2a0f))
16+
* **api:** update error response schemas ([88aa4be](https://github.com/sambanova/sambanova-python/commit/88aa4be89f73c6faa154796355b3611ae22a0e77))
17+
18+
19+
### Chores
20+
21+
* **ci:** skip lint on metadata-only changes ([73f448e](https://github.com/sambanova/sambanova-python/commit/73f448e253442c7dc6f1224ddba46303d2bc9c16))
22+
* **internal:** update gitignore ([7ee1ced](https://github.com/sambanova/sambanova-python/commit/7ee1ced8bb9a100b2331b16577f34701ccdf9926))
23+
* **tests:** bump steady to v0.19.4 ([e471488](https://github.com/sambanova/sambanova-python/commit/e471488c9573be1312abce4c383ea5a60980abba))
24+
* **tests:** bump steady to v0.19.5 ([2ad39cb](https://github.com/sambanova/sambanova-python/commit/2ad39cb42ade6428234ef2d16661f5beaafcf421))
25+
* **tests:** bump steady to v0.19.6 ([49486e6](https://github.com/sambanova/sambanova-python/commit/49486e6f54632fba872dcc0c701eb012e0efeb1a))
26+
* **tests:** bump steady to v0.19.7 ([46c9c81](https://github.com/sambanova/sambanova-python/commit/46c9c81e285a6180b596f5eaac1e60ee377f2ab1))
27+
* **tests:** bump steady to v0.20.1 ([6890fd3](https://github.com/sambanova/sambanova-python/commit/6890fd363d61c0d4aa15571a6d3f388382dcb877))
28+
* **tests:** bump steady to v0.20.2 ([07450f1](https://github.com/sambanova/sambanova-python/commit/07450f1a7c81929728da9014eb2f0950b74435b0))
29+
330
## 1.5.1 (2026-03-19)
431

532
Full Changelog: [v1.5.0...v1.5.1](https://github.com/sambanova/sambanova-python/compare/v1.5.0...v1.5.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 = "sambanova"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "The official Python library for the SambaNova API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/sambanova/_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__ = "sambanova"
4-
__version__ = "1.5.1" # x-release-please-version
4+
__version__ = "1.6.0" # x-release-please-version

0 commit comments

Comments
 (0)