We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1f7bb commit d1f06d8Copy full SHA for d1f06d8
2 files changed
pyproject.toml
@@ -60,7 +60,7 @@ dependencies = [
60
61
[project.optional-dependencies]
62
client = [
63
- "llama-stack-client==0.4.3",
+ "llama-stack-client==0.4.4",
64
]
65
66
[dependency-groups]
@@ -109,7 +109,7 @@ type_checking = [
109
"lm-format-enforcer",
110
"mcp",
111
"ollama",
112
113
114
# These are the dependencies required for running unit tests.
115
unit = [
src/llama_stack_ui/package.json
@@ -46,7 +46,7 @@
46
"class-variance-authority": "^0.7.1",
47
"clsx": "^2.1.1",
48
"framer-motion": "^12.23.24",
49
- "llama-stack-client": "^0.4.3",
+ "llama-stack-client": "^0.4.4",
50
"lucide-react": "^0.545.0",
51
"next": "15.5.7",
52
"next-auth": "^4.24.11",
0 commit comments