Skip to content

Commit c01e069

Browse files
committed
Fix lls versions
1 parent 0f82e43 commit c01e069

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ version = "0.4.1"
88
description = "Lightspeed Stack providers for llama-stack"
99
requires-python = ">=3.12"
1010
dependencies = [
11-
"llama-stack==0.4.4",
12-
"llama-stack-client==0.4.4",
11+
"llama-stack==0.4.3",
12+
"llama-stack-api==0.4.4",
13+
"llama-stack-client==0.4.3",
1314
"httpx",
1415
"pydantic>=2.10.6",
1516
"litellm>=1.75.5.post1",

uv.lock

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)