Skip to content

Commit 14dbeb7

Browse files
authored
Merge pull request #548 from tisnik/lcore-634-bump-up-llama-stack-version-to-0.2.20-
LCORE-634: bump up Llama Stack version to 0.2.20
2 parents d8025ac + 0da9ac9 commit 14dbeb7

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
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.19",
32-
"llama-stack-client==0.2.19",
31+
"llama-stack==0.2.20",
32+
"llama-stack-client==0.2.20",
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.19"
5+
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.20"
66

77
UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: '2'
22
image_name: llamastack-minimal-stack
33
container_image: null
4+
external_providers_dir: /tmp
45

56
apis: []
67
providers: {}

uv.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)