Skip to content

Commit 4216338

Browse files
release: 0.4.0-alpha.6
1 parent 37f8c31 commit 4216338

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0-alpha.5"
2+
".": "0.4.0-alpha.6"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.4.0-alpha.6 (2025-11-12)
4+
5+
Full Changelog: [v0.4.0-alpha.5...v0.4.0-alpha.6](https://github.com/llamastack/llama-stack-client-python/compare/v0.4.0-alpha.5...v0.4.0-alpha.6)
6+
7+
### Features
8+
9+
* add new API filter for all non-deprecated APIs ([59c62f0](https://github.com/llamastack/llama-stack-client-python/commit/59c62f0b8a74b880d5841c073aa01e3d57205cdd))
10+
* Adding option to return embeddings and metadata from `/vector_stores/*/files/*/content` and UI updates ([696ed27](https://github.com/llamastack/llama-stack-client-python/commit/696ed279d7abb9386dff490693cce8cd3ec8dbe6))
11+
* Implement the 'max_tool_calls' parameter for the Responses API ([9f57efe](https://github.com/llamastack/llama-stack-client-python/commit/9f57efef4fcbc7fdd4e59d3f3be40192915464d9))
12+
13+
14+
### Bug Fixes
15+
16+
* compat with Python 3.14 ([b971369](https://github.com/llamastack/llama-stack-client-python/commit/b971369a0ca187ff7641fe27365ce9abe27bb994))
17+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([f17bdac](https://github.com/llamastack/llama-stack-client-python/commit/f17bdacb4022ae91eb8463a04592f6f0920bb719))
18+
* **docs:** correct inconsistent python version requirement ([c4b7aaa](https://github.com/llamastack/llama-stack-client-python/commit/c4b7aaa86cb14ffef0604d7aa85a94a633f820af))
19+
20+
21+
### Chores
22+
23+
* **package:** drop Python 3.8 support ([f6b66d4](https://github.com/llamastack/llama-stack-client-python/commit/f6b66d4a5151f667e296397289eb25197aaca517))
24+
325
## 0.4.0-alpha.5 (2025-11-04)
426

527
Full Changelog: [v0.4.0-alpha.4...v0.4.0-alpha.5](https://github.com/llamastack/llama-stack-client-python/compare/v0.4.0-alpha.4...v0.4.0-alpha.5)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama_stack_client"
3-
version = "0.4.0-alpha.5"
3+
version = "0.4.0-alpha.6"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "MIT"

0 commit comments

Comments
 (0)