File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.7.0-alpha.1 "
2+ "." : " 0.7.0-alpha.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.0-alpha.2 (2026-04-01)
4+
5+ Full Changelog: [ v0.7.0-alpha.1...v0.7.0-alpha.2] ( https://github.com/llamastack/llama-stack-client-python/compare/v0.7.0-alpha.1...v0.7.0-alpha.2 )
6+
7+ ### Features
8+
9+ * add reasoning as valid conversation item ([ 029da3f] ( https://github.com/llamastack/llama-stack-client-python/commit/029da3fb41d13b6419e7d49b5b04f525818cf731 ) )
10+ * add reasoning output types to OpenAI Responses API spec ([ 3bb043e] ( https://github.com/llamastack/llama-stack-client-python/commit/3bb043e2859ae601cd69c380e1749a1ff18a2a00 ) )
11+
12+
13+ ### Chores
14+
15+ * ** tests:** bump steady to v0.20.1 ([ 82edffa] ( https://github.com/llamastack/llama-stack-client-python/commit/82edffaebfa5d36d9494bee945a64b64d4453414 ) )
16+ * ** tests:** bump steady to v0.20.2 ([ 8aab687] ( https://github.com/llamastack/llama-stack-client-python/commit/8aab6875d8eac1a9aea91b80ab29d2cfe596d4e0 ) )
17+
18+
19+ ### Refactors
20+
21+ * remove deprecated register/unregister model endpoints ([ 6c82145] ( https://github.com/llamastack/llama-stack-client-python/commit/6c82145f77a9b461a5d2e36492d995d23114eed3 ) )
22+
323## 0.7.0-alpha.1 (2026-03-28)
424
525Full Changelog: [ v0.6.1-alpha.1...v0.7.0-alpha.1] ( https://github.com/llamastack/llama-stack-client-python/compare/v0.6.1-alpha.1...v0.7.0-alpha.1 )
Original file line number Diff line number Diff line change 11[project ]
22name = " llama_stack_client"
3- version = " 0.7.0-alpha.1 "
3+ version = " 0.7.0-alpha.2 "
44description = " The official Python library for the llama-stack-client API"
55dynamic = [" readme" ]
66license = " MIT"
Original file line number Diff line number Diff line change 77# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
88
99__title__ = "llama_stack_client"
10- __version__ = "0.7.0-alpha.1 " # x-release-please-version
10+ __version__ = "0.7.0-alpha.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments