Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0-alpha.2"
".": "0.7.0-alpha.3"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 92
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-a6b10a7f923a8cf216108cd794ccbac5d4114193ba888fea0c1288548b28f37e.yml
openapi_spec_hash: ed2df655e1a9041bf71adfb37ed651fe
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-0f79b0793508266adfa12255cd643ffd9cc8744f58e9442380f682ec2b34770f.yml
openapi_spec_hash: 0c08db6da9aaa343f7650eae332bd23b
config_hash: d8a05907bd87286473cdf868da7d2ede
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.7.0-alpha.3 (2026-04-07)

Full Changelog: [v0.7.0-alpha.2...v0.7.0-alpha.3](https://github.com/llamastack/llama-stack-client-python/compare/v0.7.0-alpha.2...v0.7.0-alpha.3)

### Bug Fixes

* export path_template from _utils ([#330](https://github.com/llamastack/llama-stack-client-python/issues/330)) ([02b3604](https://github.com/llamastack/llama-stack-client-python/commit/02b36047634beb2fc5810d6697762ad2db247250))
* remove leftover post_training and toolgroups CLI commands ([#333](https://github.com/llamastack/llama-stack-client-python/issues/333)) ([aab810c](https://github.com/llamastack/llama-stack-client-python/commit/aab810ca664b2968770780cec909c5501c508998))

## 0.7.0-alpha.2 (2026-04-01)

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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "llama_stack_client"
version = "0.7.0-alpha.2"
version = "0.7.0-alpha.3"
description = "The official Python library for the llama-stack-client API"
dynamic = ["readme"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/llama_stack_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "llama_stack_client"
__version__ = "0.7.0-alpha.2" # x-release-please-version
__version__ = "0.7.0-alpha.3" # x-release-please-version
Loading