build: bump llama-stack-client version (#1469)

## What does this PR do?

Use 0.1.5.

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan
[Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.*]

[//]: # (## Documentation)

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-03-07 20:42:38 +01:00 committed by GitHub
parent 7cf1e24c4e
commit ffa32af930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ dependencies = [
"httpx",
"huggingface-hub",
"jsonschema",
"llama-stack-client>=0.1.4",
"llama-stack-client>=0.1.5",
"prompt-toolkit",
"python-dotenv",
"pydantic>=2",