Skip to content

Commit 364e472

Browse files
committed
Bump up llama-stack to 0.4.3
- fixing issues with vector-store registration - fixing missing metadata in request
1 parent 596591c commit 364e472

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

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.4.2",
32-
"llama-stack-client==0.4.2",
31+
"llama-stack==0.4.3",
32+
"llama-stack-client==0.4.3",
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.4.2"
5+
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.4.3"
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
@@ -16,7 +16,7 @@ Feature: Info tests
1616
When I access REST API endpoint "info" using HTTP GET method
1717
Then The status code of the response is 200
1818
And The body of the response has proper name Lightspeed Core Service (LCS) and version 0.4.0
19-
And The body of the response has llama-stack version 0.4.2
19+
And The body of the response has llama-stack version 0.4.3
2020

2121
@skip-in-library-mode
2222
Scenario: Check if info endpoint reports error when llama-stack connection is not working

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)