Skip to content

Commit 892c26f

Browse files
committed
Update range of supported Llama Stack versions
1 parent 4812089 commit 892c26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.18"
5+
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.19"
66

77
UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88

0 commit comments

Comments
 (0)