Merge branch 'main' into fix/pypdf-cve-2025-62707-issue-4120

This commit is contained in:
Francisco Arceo 2025-11-11 07:49:40 -05:00 committed by GitHub
commit bfe7282d2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,7 @@ source .venv/bin/activate
```bash ```bash
uv venv client --python 3.12 uv venv client --python 3.12
source client/bin/activate source client/bin/activate
pip install llama-stack-client uv pip install llama-stack-client
``` ```
</TabItem> </TabItem>
</Tabs> </Tabs>