diff --git a/requirements.txt b/requirements.txt index b5b7587d0..0ff43e246 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ blobfile fire httpx huggingface-hub -llama-models>=0.0.55 -llama-stack-client>=0.0.55 +llama-models>=0.0.56 +llama-stack-client>=0.0.56 prompt-toolkit python-dotenv pydantic>=2 diff --git a/setup.py b/setup.py index a4efd08c6..842cbb30d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_stack", - version="0.0.55", + version="0.0.56", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama Stack",