Skip to content

Commit ca0a94d

Browse files
committed
LCORE-650: Support Llama Stack version 0.2.21
1 parent 98430bb commit ca0a94d

File tree

3 files changed

+14
-32
lines changed

3 files changed

+14
-32
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies = [
2828
# Used by authentication/k8s integration
2929
"kubernetes>=30.1.0",
3030
# Used to call Llama Stack APIs
31-
"llama-stack==0.2.20",
32-
"llama-stack-client==0.2.20",
31+
"llama-stack==0.2.21",
32+
"llama-stack-client==0.2.21",
3333
# Used by Logger
3434
"rich>=14.0.0",
3535
# Used by JWK token auth handler

src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Minimal and maximal supported Llama Stack version
44
MINIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.17"
5-
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.20"
5+
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.21"
66

77
UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88

uv.lock

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

0 commit comments

Comments
 (0)