Skip to content

Commit 1195931

Browse files
authored
chore: pin llama-stack-client to 0.5.0 for release (#4841)
tests will fail, this version of the client does not exist yet but needs to be in the pyproject so that when this is published, it does not require a 0.4.x client. Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent 5835622 commit 1195931

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies = [
6464

6565
[project.optional-dependencies]
6666
client = [
67-
"llama-stack-client>=0.4.0.dev0", # Optional for library-only usage
67+
"llama-stack-client==0.5.0", # Optional for library-only usage
6868
]
6969

7070
[dependency-groups]
@@ -113,7 +113,7 @@ type_checking = [
113113
"lm-format-enforcer",
114114
"mcp>=1.23.0",
115115
"ollama",
116-
"llama-stack-client>=0.3.0",
116+
"llama-stack-client==0.5.0",
117117
]
118118
# These are the dependencies required for running unit tests.
119119
unit = [

src/llama_stack_ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"class-variance-authority": "^0.7.1",
4747
"clsx": "^2.1.1",
4848
"framer-motion": "^12.23.24",
49-
"llama-stack-client": "^0.4.0-rc1",
49+
"llama-stack-client": "^0.5.0",
5050
"lucide-react": "^0.545.0",
5151
"next": "15.5.7",
5252
"next-auth": "^4.24.11",

0 commit comments

Comments
 (0)