Skip to content

Releases: llamastack/llama-stack-client-python

v0.4.0-alpha.1

30 Oct 20:34

Choose a tag to compare

v0.4.0-alpha.1 Pre-release
Pre-release

0.4.0-alpha.1 (2025-10-30)

Full Changelog: v0.3.1-alpha.2...v0.4.0-alpha.1

⚠ BREAKING CHANGES

  • api: /v1/inspect only lists v1 apis by default
  • api: /v1/inspect only lists v1 apis by default

Features

  • api: Adding prompts API to stainless config (114198b)
  • api: manual updates??! (d8ab6cb)

Bug Fixes

  • clean pre-commit (799b908)
  • client: close streams without requiring full consumption (d861708)
  • headers: add a newline (55a8efc)

Chores

  • api: /v1/inspect only lists v1 apis by default (209de45)
  • api: /v1/inspect only lists v1 apis by default (b36e2ab)

v0.3.1-alpha.2

27 Oct 21:25

Choose a tag to compare

v0.3.1-alpha.2 Pre-release
Pre-release

0.3.1-alpha.2 (2025-10-27)

Full Changelog: v0.3.1-alpha.1...v0.3.1-alpha.2

Features

  • api: vector_db_id -> vector_store_id (de833a3)

v0.3.1-alpha.1

22 Oct 22:26

Choose a tag to compare

v0.3.1-alpha.1 Pre-release
Pre-release

0.3.1-alpha.1 (2025-10-22)

Full Changelog: v0.3.0-alpha.6...v0.3.1-alpha.1

Features

  • api: manual updates (5b288dc)
  • api: manual updates (a7d787f)
  • api: move datasets to beta, vector_db -> vector_store (88ed3fb)
  • api: sync (44e5dec)

Chores

  • bump httpx-aiohttp version to 0.1.9 (794344a)

Build System

v0.3.0-alpha.6

13 Oct 02:02

Choose a tag to compare

v0.3.0-alpha.6 Pre-release
Pre-release

0.3.0-alpha.6 (2025-10-13)

Full Changelog: v0.3.0-alpha.5...v0.3.0-alpha.6

Features

  • api: updates to vector_store, etc. (6c796ca)

Chores

  • internal: detect missing future annotations with ruff (e497f03)

v0.3.0-alpha.5

10 Oct 17:19

Choose a tag to compare

v0.3.0-alpha.5 Pre-release
Pre-release

0.3.0-alpha.5 (2025-10-10)

Full Changelog: v0.3.0-alpha.4...v0.3.0-alpha.5

Features

  • api: several updates including Conversations, Responses changes, etc. (3680c9f)

Chores

  • internal: codegen related update (b8bfc9c)

v0.3.0-alpha.4

02 Oct 22:05

Choose a tag to compare

v0.3.0-alpha.4 Pre-release
Pre-release

0.3.0-alpha.4 (2025-10-02)

Full Changelog: v0.3.0-alpha.3...v0.3.0-alpha.4

⚠ BREAKING CHANGES

  • api: use input_schema instead of parameters for tools

Features

  • api: fixes to URLs (406c366)
  • api: tool api (input_schema, etc.) changes (064b98b)
  • api: use input_schema instead of parameters for tools (2d53df4)

Bug Fixes

  • api: another fix to capture correct responses.create() params (a41fdb1)
  • api: fix the ToolDefParam updates (4e24a76)
  • manual: kill arguments_json (a05eb61)
  • manual: update lib/ code for the input_schema changes (67b3d02)
  • manual: use tool.name instead of tool.identifier (8542d1d)

v0.3.0-alpha.3

30 Sep 22:57

Choose a tag to compare

v0.3.0-alpha.3 Pre-release
Pre-release

0.3.0-alpha.3 (2025-09-30)

Full Changelog: v0.3.0-alpha.2...v0.3.0-alpha.3

Features

  • api: fix file batches SDK to list_files (9808a5b)

v0.3.0-alpha.2

30 Sep 20:03

Choose a tag to compare

v0.3.0-alpha.2 Pre-release
Pre-release

0.3.0-alpha.2 (2025-09-30)

Full Changelog: v0.3.0-alpha.1...v0.3.0-alpha.2

Features

  • api: move post_training and eval under alpha namespace (51a54d4)
  • api: moving { rerank, agents } to client.alpha. (04caaad)
  • api: SDKs for vector store file batches (ee323a0)
  • api: SDKs for vector store file batches apis (6e0dcff)

Bug Fixes

  • fix stream event model reference (0208f2a)
  • manual: update lib/ references to use the alpha namespace (08670f1)

v0.3.0-alpha.1

30 Sep 04:27

Choose a tag to compare

v0.3.0-alpha.1 Pre-release
Pre-release

0.3.0-alpha.1 (2025-09-30)

Full Changelog: v0.2.23-alpha.1...v0.3.0-alpha.1

⚠ BREAKING CHANGES

  • api: fixes to remove deprecated inference resources

Features

  • api: expires_after changes for /files (7f24c43)
  • api: fixes to remove deprecated inference resources (04834d2)
  • api: removing openai/v1 (a918b43)
  • api: updating post /v1/files to have correct multipart/form-data (433a996)

Bug Fixes

  • clean up deprecated code (f10ead0)
  • Don't retry for non-recoverable server http errors (#212) (6782e8f)

Documentation

Build System

v0.2.23-alpha.1

28 Sep 03:15

Choose a tag to compare

v0.2.23-alpha.1 Pre-release
Pre-release

0.2.23-alpha.1 (2025-09-26)

Full Changelog: v0.2.19-alpha.1...v0.2.23-alpha.1

Features

  • api: manual updates (e9873f9)
  • improve future compat with pydantic v3 (5c7b05b)
  • types: replace List[str] with SequenceNotStr in params (2c0cdd1)

Bug Fixes

  • avoid newer type syntax (c94275d)
  • client: fix circular dependencies and offset pagination (fc50cbe)
  • project: avoid duplicate dev dep sections (ccc9dd2)
  • tool: revert the ToolDefParam stuff because we reverted the bad commit (e2d543d)

Chores

  • deps: move deprecated dev-dependencies in pyproject.toml to dev group (a2f4544)
  • do not install brew dependencies in ./scripts/bootstrap by default (6f269ff)
  • internal: add Sequence related utils (54fd160)
  • internal: codegen related update (1cf74fe)
  • internal: minor formatting change (1956d9a)
  • internal: move mypy configurations to pyproject.toml file (a27daa1)
  • internal: run tests in an isolated environment (c101839)
  • internal: update pydantic dependency (b48f1f4)
  • internal: update pyright exclude list (402a316)
  • types: change optional parameter type from NotGiven to Omit (c241e7e)

Build System