Skip to content

Commit d0840d6

Browse files
committed
LCORE-599: bump-up Llama Stack version to 0.2.18
1 parent 969904b commit d0840d6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies = [
2525
"fastapi>=0.115.12",
2626
"uvicorn>=0.34.3",
2727
"kubernetes>=30.1.0",
28-
"llama-stack==0.2.17",
29-
"llama-stack-client==0.2.17",
28+
"llama-stack==0.2.18",
29+
"llama-stack-client==0.2.18",
3030
"rich>=14.0.0",
3131
"cachetools>=6.1.0",
3232
"prometheus-client>=0.22.1",

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.17"
5+
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.18"
66

77
UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88

uv.lock

Lines changed: 8 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)