Skip to content

Releases: sambanova/sambanova-python

v1.6.1

06 Apr 22:29
2ddcc02

Choose a tag to compare

1.6.1 (2026-04-06)

Full Changelog: v1.6.0...v1.6.1

Bug Fixes

  • api: config publish updates (dff0781)
  • api: oidc publishing (04f0909)

Chores

v1.6.0

06 Apr 21:52
9f5de60

Choose a tag to compare

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

19 Mar 22:02
7d70a85

Choose a tag to compare

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_alias unless 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

  • tests: switch from prism to steady (9a66b7a)
  • types: use extra_items from PEP 728 (7f0f94b)

v1.5.0

02 Mar 19:53
bff58fa

Choose a tag to compare

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

  • internal: add request options to SSE classes (8bed909)
  • internal: make test_proxy_environment_variables more resilient (8180c2e)
  • internal: make test_proxy_environment_variables more resilient to env (47cf963)
  • update mock server docs (e19b34c)

v1.4.1

13 Feb 17:35
4c155f3

Choose a tag to compare

1.4.1 (2026-02-13)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

Chores

  • docs: remove www prefix (37ac61f)
  • docs: remove www prefix (21dd38f)
  • fix manifest (98a213d)
  • format all api.md files (13549a4)
  • internal: bump dependencies (be1520f)
  • internal: fix lint error on Python 3.14 (33ba2d0)

v1.4.0

02 Feb 17:56
87716b9

Choose a tag to compare

1.4.0 (2026-01-30)

Full Changelog: v1.3.0...v1.4.0

Features

  • api: add optional custom integration_source param (7a3ec89)
  • client: add custom JSON encoder for extended type support (9968c9b)

v1.3.0

29 Jan 14:57
773a7a8

Choose a tag to compare

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_dump and model_dump_json for 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 --fix argument 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/checkout version (ec75715)
  • package: drop Python 3.8 support (e619e7d)
  • speedup initial import (4de61f3)
  • update lockfile (0b2e4c4)

v1.2.0

07 Nov 21:34
94b8ecc

Choose a tag to compare

1.2.0 (2025-11-07)

Full Changelog: v1.1.6...v1.2.0

Features

  • api: add completions support (1c56851)

v1.1.6

07 Nov 15:41
0050e15

Choose a tag to compare

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

  • internal/tests: avoid race condition with implicit client cleanup (4975c18)
  • internal: grammar fix (it's -> its) (a4cb7c0)

v1.1.5

24 Oct 00:57
3b02cb6

Choose a tag to compare

1.1.5 (2025-10-24)

Full Changelog: v1.1.4...v1.1.5

Bug Fixes

  • api: increase default timeouts (5b4435e)

Chores

  • bump httpx-aiohttp version to 0.1.9 (e0aa167)