Releases: llamastack/llama-stack-client-python
Releases · llamastack/llama-stack-client-python
v0.4.0-alpha.14
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
toolgroupandtool_runtimeapis (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
uvversion (2a1523b) - deps: mypy 1.18.1 has a regression, pin to 1.17 (a900167)
- internal: add
--fixargument 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
- add more examples (d24dff6)
v0.4.0-alpha.13
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
v0.4.0-alpha.11
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
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
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
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
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
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/*/contentand 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_dumpandmodel_dump_jsonfor Pydantic v1 (f17bdac) - docs: correct inconsistent python version requirement (c4b7aaa)
Chores
- package: drop Python 3.8 support (f6b66d4)