Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies = [
# Used by authentication/k8s integration
"kubernetes>=30.1.0",
# Used to call Llama Stack APIs
"llama-stack==0.2.19",
"llama-stack-client==0.2.19",
"llama-stack==0.2.20",
"llama-stack-client==0.2.20",
# Used by Logger
"rich>=14.0.0",
# Used by JWK token auth handler
Expand Down
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Minimal and maximal supported Llama Stack version
MINIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.17"
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.19"
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.20"

UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"

Expand Down
1 change: 1 addition & 0 deletions tests/configuration/minimal-stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: '2'
image_name: llamastack-minimal-stack
container_image: null
external_providers_dir: /tmp

apis: []
providers: {}
22 changes: 11 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading