fix: update version and fix docs release notes link

This commit is contained in:
Ashwin Bharambe 2025-03-03 11:48:57 -08:00
parent 789f918042
commit af396e3809
4 changed files with 10 additions and 3 deletions

4
uv.lock generated
View file

@ -1,4 +1,5 @@
version = 1
revision = 1
requires-python = ">=3.10"
resolution-markers = [
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
@ -852,7 +853,7 @@ wheels = [
[[package]]
name = "llama-stack"
version = "0.1.4"
version = "0.1.5"
source = { editable = "." }
dependencies = [
{ name = "blobfile" },
@ -968,6 +969,7 @@ requires-dist = [
{ name = "types-setuptools", marker = "extra == 'dev'" },
{ name = "uvicorn", marker = "extra == 'dev'" },
]
provides-extras = ["dev", "test", "docs", "codegen"]
[[package]]
name = "llama-stack-client"