From 3398724831654bcce6a202dc8157d5389b5ae15c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Mar 2025 20:24:59 +0000 Subject: [PATCH 1/2] Release candidate 0.1.8rc2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb42f6725..da4d86dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.1.7" +version = "0.1.8rc2" authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] description = "Llama Stack" readme = "README.md" @@ -27,7 +27,7 @@ dependencies = [ "huggingface-hub", "jinja2>=3.1.6", "jsonschema", - "llama-stack-client>=0.1.7", + "llama-stack-client>=0.1.8rc2", "prompt-toolkit", "python-dotenv", "pydantic>=2", From a0f3ceda864018c7db628d85e737c0251e0ffd5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Mar 2025 22:48:59 +0000 Subject: [PATCH 2/2] build: Bump version to 0.1.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da4d86dda..f7125b724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.1.8rc2" +version = "0.1.8" authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] description = "Llama Stack" readme = "README.md" @@ -27,7 +27,7 @@ dependencies = [ "huggingface-hub", "jinja2>=3.1.6", "jsonschema", - "llama-stack-client>=0.1.8rc2", + "llama-stack-client>=0.1.8", "prompt-toolkit", "python-dotenv", "pydantic>=2",