Skip to content

Commit 1c5c862

Browse files
committed
Allow Llama Stack 0.2.22 to be used
1 parent 85d776b commit 1c5c862

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

77
UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88

tests/e2e/features/info.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Feature: Info tests
1818
When I access REST API endpoint "info" using HTTP GET method
1919
Then The status code of the response is 200
2020
And The body of the response has proper name Lightspeed Core Service (LCS) and version 0.2.0
21-
And The body of the response has llama-stack version 0.2.21
21+
And The body of the response has llama-stack version 0.2.22
2222

2323
Scenario: Check if info endpoint reports error when llama-stack connection is not working
2424
Given The system is in default state

0 commit comments

Comments
 (0)