Releases: sambanova/sambanova-python
Releases · sambanova/sambanova-python
v1.6.1
v1.6.0
1.6.0 (2026-04-06)
Full Changelog: v1.5.1...v1.6.0
Features
- internal: implement indices array format for query and form serialization (d5156de)
Bug Fixes
- api: audio endpoints usage def (0c57481)
- api: audio usage schema (78a5716)
- api: update error response schemas (88aa4be)
Chores
- ci: skip lint on metadata-only changes (73f448e)
- internal: update gitignore (7ee1ced)
- tests: bump steady to v0.19.4 (e471488)
- tests: bump steady to v0.19.5 (2ad39cb)
- tests: bump steady to v0.19.6 (49486e6)
- tests: bump steady to v0.19.7 (46c9c81)
- tests: bump steady to v0.20.1 (6890fd3)
- tests: bump steady to v0.20.2 (07450f1)
v1.5.1
1.5.1 (2026-03-19)
Full Changelog: v1.5.0...v1.5.1
Bug Fixes
- api: metadata manual updates (db8fca1)
- deps: bump minimum typing-extensions version (65d8445)
- pydantic: do not pass
by_aliasunless set (745647d) - sanitize endpoint path params (7acd247)
Chores
- ci: skip uploading artifacts on stainless-internal branches (4645cb6)
- internal: tweak CI branches (f85d04c)
- test: do not count install time for mock server timeout (37bb678)
- update placeholder string (0cbb98e)
Refactors
v1.5.0
1.5.0 (2026-03-02)
Full Changelog: v1.4.1...v1.5.0
Features
- api: logprobs and top_logprobs in chat completions API (60c5a73)
Chores
v1.4.1
1.4.1 (2026-02-13)
Full Changelog: v1.4.0...v1.4.1
Bug Fixes
- api: update temp range (983350a)
Chores
v1.4.0
v1.3.0
1.3.0 (2026-01-23)
Full Changelog: v1.2.0...v1.3.0
Features
- client: add support for binary request streaming (fd6244a)
Bug Fixes
- api: minor openAPI spec fixes (5e39cbb)
- compat with Python 3.14 (f8d0a17)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (80b2f0e) - ensure streams are always closed (b057502)
- types: allow pyright to infer TypedDict types within SequenceNotStr (7f5d893)
- use async_to_httpx_files in patch method (d33246e)
Chores
- add missing docstrings (019eba0)
- ci: upgrade
actions/github-script(77ed781) - deps: mypy 1.18.1 has a regression, pin to 1.17 (fce9064)
- docs: use environment variables for authentication in code snippets (83ff043)
- internal: add
--fixargument to lint script (a8f92ca) - internal: add missing files argument to base client (c4d570a)
- internal: codegen related update (89dd766)
- internal: codegen related update (ba4cbb9)
- internal: update
actions/checkoutversion (ec75715) - package: drop Python 3.8 support (e619e7d)
- speedup initial import (4de61f3)
- update lockfile (0b2e4c4)
v1.2.0
v1.1.6
1.1.6 (2025-11-07)
Full Changelog: v1.1.5...v1.1.6
Bug Fixes
- api: add missing chat_template_kwargs chat completions argument (b9f5815)
- api: update deafault models (b08b3b4)
- client: close streams without requiring full consumption (6f6a574)
Chores
v1.1.5
1.1.5 (2025-10-24)
Full Changelog: v1.1.4...v1.1.5
Bug Fixes
- api: increase default timeouts (5b4435e)
Chores
- bump
httpx-aiohttpversion to 0.1.9 (e0aa167)