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