Skip to content

Commit 4978e6a

Browse files
authored
Merge pull request #611 from tisnik/lcore-695-bump-up-llama-stack-to-version-0.2.22
LCORE-695: bump-up Llama Stack to version 0.2.22
2 parents 2898f8e + 1c5c862 commit 4978e6a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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.21",
32-
"llama-stack-client==0.2.21",
31+
"llama-stack==0.2.22",
32+
"llama-stack-client==0.2.22",
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.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

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)