mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #11] [MERGED] release: 0.7.0 #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama-cloud-py/pull/11
Author: @stainless-app[bot]
Created: 11/27/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @logan-markewich
Base:
main← Head:release-please--branches--main--changes--next📝 Commits (6)
1834df9codegen metadatab6b41a1feat(api): add back projects list/getfdd82e0feat(api): api update7f1be5bfix: ensure streams are always closed9a79655chore(deps): mypy 1.18.1 has a regression, pin to 1.170611bd7release: 0.7.0📊 Changes
18 files changed (+627 additions, -24 deletions)
View changed files
📝
.release-please-manifest.json(+1 -1)📝
.stats.yml(+4 -4)📝
CHANGELOG.md(+19 -0)📝
api.md(+13 -0)📝
pyproject.toml(+2 -2)📝
requirements-dev.lock(+3 -1)📝
requirements.lock(+4 -4)📝
src/llama_cloud/_client.py(+9 -1)📝
src/llama_cloud/_streaming.py(+12 -10)📝
src/llama_cloud/_version.py(+1 -1)📝
src/llama_cloud/resources/__init__.py(+14 -0)➕
src/llama_cloud/resources/projects.py(+276 -0)📝
src/llama_cloud/types/__init__.py(+4 -0)➕
src/llama_cloud/types/project.py(+29 -0)➕
src/llama_cloud/types/project_get_params.py(+12 -0)➕
src/llama_cloud/types/project_list_params.py(+14 -0)➕
src/llama_cloud/types/project_list_response.py(+10 -0)➕
tests/api_resources/test_projects.py(+200 -0)📄 Description
Automated Release PR
0.7.0 (2025-11-28)
Full Changelog: v0.6.0...v0.7.0
Features
Bug Fixes
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.