From 2317a5bc188a499b04d1065ec01cfa9620aff2d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 7 Mar 2025 21:59:28 +0000 Subject: [PATCH] Release candidate 0.1.6rc7 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb3065ced..bfcf6940b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.1.5" +version = "0.1.6rc7" authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] description = "Llama Stack" readme = "README.md" @@ -26,7 +26,7 @@ dependencies = [ "httpx", "huggingface-hub", "jsonschema", - "llama-stack-client>=0.1.5", + "llama-stack-client>=0.1.6rc7", "prompt-toolkit", "python-dotenv", "pydantic>=2",