Skip to content

Releases: llamastack/llama-stack-client-python

v0.4.0-alpha.14

22 Dec 17:23

Choose a tag to compare

v0.4.0-alpha.14 Pre-release
Pre-release

0.4.0-alpha.14 (2025-12-22)

Full Changelog: v0.4.0-alpha.13...v0.4.0-alpha.14

Features

  • Add metadata field to request and response (a83a98e)
  • add support for tool_choice to repsponses api (32c453f)
  • api: add readonly connectors API (05f867b)
  • api: deprecate toolgroup and tool_runtime apis (d5cef5a)
  • convert Benchmarks API to use FastAPI router (c784ae1)
  • convert Datasets API to use FastAPI router (2f53a3f)
  • Implement FastAPI router system (2ca4485)
  • Implement include parameter specifically for adding logprobs in the output message (05a0330)
  • introduce /admin API for stack administration and operations (3279ec9)
  • migrate Inspect API to FastAPI router (7774bec)
  • migrate Providers API to FastAPI router pattern (f8c84cd)

Bug Fixes

  • client: fix issue with duplicate definitions in Go (dd94553)
  • ensure streams are always closed (9dc1025)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (93be516)
  • use async_to_httpx_files in patch method (77df10d)

Chores

  • add missing docstrings (18c54f3)
  • bump required uv version (2a1523b)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (a900167)
  • internal: add --fix argument to lint script (89e14ad)
  • internal: add missing files argument to base client (9cae3df)
  • internal: avoid using unstable Python versions in tests (36336dd)
  • internal: version bump (597c7c6)
  • update lockfile (de67c1e)
  • update uv.lock (95cb22a)

Documentation

v0.4.0-alpha.13

16 Dec 20:41
355de25

Choose a tag to compare

v0.4.0-alpha.13 Pre-release
Pre-release

0.4.0-alpha.13 (2025-12-15)

Full Changelog: v0.4.0-alpha.12...v0.4.0-alpha.13

Bug Fixes

  • ci: restore push triggers for Stainless preview builds (71c9874)

Chores

v0.4.0-alpha.12

20 Nov 04:52

Choose a tag to compare

v0.4.0-alpha.12 Pre-release
Pre-release

0.4.0-alpha.12 (2025-11-19)

Full Changelog: v0.4.0-alpha.11...v0.4.0-alpha.12

Bug Fixes

  • Pydantic validation error with list-type metadata in vector search (#3797) (6729d3f)

v0.4.0-alpha.11

18 Nov 19:34
254c646

Choose a tag to compare

v0.4.0-alpha.11 Pre-release
Pre-release

0.4.0-alpha.11 (2025-11-18)

Full Changelog: v0.4.0-alpha.10...v0.4.0-alpha.11

Features

  • Wire through parallel_tool_calls to Responses API (2888bed)

v0.4.0-alpha.10

17 Nov 19:43
0f30a25

Choose a tag to compare

v0.4.0-alpha.10 Pre-release
Pre-release

0.4.0-alpha.10 (2025-11-17)

Full Changelog: v0.4.0-alpha.9...v0.4.0-alpha.10

Bug Fixes

  • openapi: restore embedded request wrappers (261e364)

v0.4.0-alpha.9

15 Nov 00:04

Choose a tag to compare

v0.4.0-alpha.9 Pre-release
Pre-release

0.4.0-alpha.9 (2025-11-14)

Full Changelog: v0.4.0-alpha.8...v0.4.0-alpha.9

Chores

  • use Pydantic to generate OpenAPI schema (59f7867)

v0.4.0-alpha.8

14 Nov 17:00

Choose a tag to compare

v0.4.0-alpha.8 Pre-release
Pre-release

0.4.0-alpha.8 (2025-11-14)

Full Changelog: v0.4.0-alpha.7...v0.4.0-alpha.8

Features

Bug Fixes

  • MCP authorization parameter implementation (0b552c6)

v0.4.0-alpha.7

13 Nov 21:19

Choose a tag to compare

v0.4.0-alpha.7 Pre-release
Pre-release

0.4.0-alpha.7 (2025-11-13)

Full Changelog: v0.4.0-alpha.6...v0.4.0-alpha.7

Bug Fixes

  • api: ensure openapi spec has deprecated routes (44f2d4e)

v0.4.0-alpha.6

13 Nov 19:16

Choose a tag to compare

v0.4.0-alpha.6 Pre-release
Pre-release

0.4.0-alpha.6 (2025-11-12)

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

Features

  • add new API filter for all non-deprecated APIs (59c62f0)
  • Adding option to return embeddings and metadata from /vector_stores/*/files/*/content and UI updates (696ed27)
  • Implement the 'max_tool_calls' parameter for the Responses API (9f57efe)

Bug Fixes

  • compat with Python 3.14 (b971369)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (f17bdac)
  • docs: correct inconsistent python version requirement (c4b7aaa)

Chores

  • package: drop Python 3.8 support (f6b66d4)

v0.4.0-alpha.5

05 Nov 18:10

Choose a tag to compare

v0.4.0-alpha.5 Pre-release
Pre-release

0.4.0-alpha.5 (2025-11-04)

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

Bug Fixes