File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ version = "0.1.0"
244244description = "Llama Stack runner"
245245authors = []
246246dependencies = [
247- "llama-stack==0.2.14 ",
247+ "llama-stack==0.2.18 ",
248248 "fastapi>=0.115.12",
249249 "opentelemetry-sdk>=1.34.0",
250250 "opentelemetry-exporter-otlp>=1.34.0",
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ cp examples/run.yaml /tmp/llama-stack-server
390390 The output should be in this form:
391391 ```json
392392 {
393- "version": "0.2.14 "
393+ "version": "0.2.18 "
394394 }
395395 ```
396396
@@ -676,7 +676,7 @@ a4982f43195537b9eb1cec510fe6655f245d6d4b7236a4759808115d5d719972
676676 description = "Default template for PDM package"
677677 authors = []
678678 dependencies = [
679- "llama-stack==0.2.14 ",
679+ "llama-stack==0.2.18 ",
680680 "fastapi>=0.115.12",
681681 "opentelemetry-sdk>=1.34.0",
682682 "opentelemetry-exporter-otlp>=1.34.0",
@@ -1071,7 +1071,7 @@ models:
10711071 The output should be in this form:
10721072 ```json
10731073 {
1074- "version": "0.2.14 "
1074+ "version": "0.2.18 "
10751075 }
10761076 ```
10771077
You can’t perform that action at this time.
0 commit comments