From b52f3aaf211daf260b08ea697a02540ffce3c721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:24:15 +0000 Subject: [PATCH] Bump llama-stack-client in the python-packages group Bumps the python-packages group with 1 update: [llama-stack-client](https://github.com/llamastack/llama-stack-client-python). Updates `llama-stack-client` from 0.2.22 to 0.3.1 - [Release notes](https://github.com/llamastack/llama-stack-client-python/releases) - [Changelog](https://github.com/llamastack/llama-stack-client-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/llamastack/llama-stack-client-python/compare/v0.2.22...v0.3.1) --- updated-dependencies: - dependency-name: llama-stack-client dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- client-examples-python/requirements.txt | 2 +- ingestion-service/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-examples-python/requirements.txt b/client-examples-python/requirements.txt index cb82535f..65c583d7 100644 --- a/client-examples-python/requirements.txt +++ b/client-examples-python/requirements.txt @@ -1,3 +1,3 @@ dotenv openai -llama-stack-client>=0.2.9,<0.2.23 +llama-stack-client>=0.2.9,<0.7.3 diff --git a/ingestion-service/requirements.txt b/ingestion-service/requirements.txt index f88beb6d..3e67d259 100644 --- a/ingestion-service/requirements.txt +++ b/ingestion-service/requirements.txt @@ -1,4 +1,4 @@ -llama-stack-client==0.2.22 +llama-stack-client==0.7.2 pyyaml>=6.0 boto3>=1.34.0 requests>=2.31.0