Skip to content

Commit 202af3f

Browse files
committed
Bumpd again the maximum llama-stack version supported
This is needed so that when doing make build-images it can takes up to the latest code in llama-stack directory
1 parent 61301f7 commit 202af3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.21"
5+
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.22"
66

77
UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88

0 commit comments

Comments
 (0)