From 54747c28fcb829bd3f48cd75d149706ade957786 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Mar 2025 23:53:32 +0000 Subject: [PATCH 1/2] Release candidate 0.1.19rc8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1b6e101b..ad2bcce9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.1.8" +version = "0.1.19rc8" 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.8", + "llama-stack-client>=0.1.19rc8", "prompt-toolkit", "python-dotenv", "pydantic>=2", From 337aa6d1834380c5df0ba0127faadb3578b68285 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 29 Mar 2025 00:22:07 +0000 Subject: [PATCH 2/2] build: Bump version to 0.1.9 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad2bcce9b..d5ca51a48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.1.19rc8" +version = "0.1.9" 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.19rc8", + "llama-stack-client>=0.1.9", "prompt-toolkit", "python-dotenv", "pydantic>=2",