fix: version to 0.4.0, uv sync both pkgs

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-11-13 16:29:33 -05:00
parent c7747d3405
commit dc7461e3cf
5 changed files with 503 additions and 5 deletions

4
uv.lock generated
View file

@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.12"
resolution-markers = [
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
@ -2230,7 +2230,7 @@ unit = [
[[package]]
name = "llama-stack-api"
version = "0.1.0"
version = "0.4.0.dev0"
source = { editable = "src/llama_stack_api" }
dependencies = [
{ name = "jsonschema" },