diff --git a/pyproject.toml b/pyproject.toml index 53730cc43..aeb7911ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "marshmallow==3.26.1,<4", # this version is needed for pytest-jira "pytest-html>=4.1.1", "fire", - "llama_stack_client==0.2.20", + "llama_stack_client==0.2.21", "pytest-xdist==3.8.0", ] diff --git a/uv.lock b/uv.lock index d831938f2..562a1bc4e 100644 --- a/uv.lock +++ b/uv.lock @@ -870,7 +870,7 @@ wheels = [ [[package]] name = "llama-stack-client" -version = "0.2.20" +version = "0.2.21" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -889,9 +889,9 @@ dependencies = [ { name = "tqdm" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/21/91/c5e32219a5192825dd601700e68205c815c5cfee60c64c22172e46a0c83e/llama_stack_client-0.2.20.tar.gz", hash = "sha256:356257f0a4bbb64205f89e113d715925853d5e34ec744e72466da72790ba415b", size = 318311, upload-time = "2025-08-29T21:10:12.854Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f1/d3/8c50561d167f1e9b601b8fffe852b44c1ff97aaa6db6cdedd611d9e02a65/llama_stack_client-0.2.21.tar.gz", hash = "sha256:bd931fdcadedec5ccdbaa3c54d0c17761af1c227711ad6150dc0dd33d7b66ce2", size = 318319, upload-time = "2025-09-08T22:26:57.668Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b0/ba/84914c4eead2fd9251c149fd6a7da28b78acd620793e3c4506116645cb60/llama_stack_client-0.2.20-py3-none-any.whl", hash = "sha256:6e178981d2ce971da2145c79d5b2b123fa50e063ed431494975c2ba01c5b8016", size = 369899, upload-time = "2025-08-29T21:10:11.113Z" }, + { url = "https://files.pythonhosted.org/packages/02/77/dadc682046a2c7ad68be8d2d2afac7007bf4d22efb0d3929d85ab9706ffe/llama_stack_client-0.2.21-py3-none-any.whl", hash = "sha256:adba82fdf18ab3b8ac218cedba4927bd5d26c23c2318e75c8763a44bb6b40693", size = 369902, upload-time = "2025-09-08T22:26:56.308Z" }, ] [[package]] @@ -1228,7 +1228,7 @@ requires-dist = [ { name = "grpcio-reflection" }, { name = "ipython", specifier = ">=8.18.1" }, { name = "jira", specifier = ">=3.8.0" }, - { name = "llama-stack-client", specifier = "==0.2.20" }, + { name = "llama-stack-client", specifier = "==0.2.21" }, { name = "marshmallow", specifier = "==3.26.1,<4" }, { name = "model-registry", specifier = ">=0.2.13" }, { name = "openshift-python-utilities", specifier = ">=5.0.71" },