mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #5] [MERGED] release: 0.3.0 #7
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/5
Author: @stainless-app[bot]
Created: 11/20/2025
Status: ✅ Merged
Merged: 11/25/2025
Merged by: @logan-markewich
Base:
main← Head:release-please--branches--main--changes--next📝 Commits (10+)
01f2af5feat(api): api updatec8e9c07feat(api): Add missing api endpoints8282fa2feat(api): remove some agent items5c8f944chore: add Python 3.14 classifier and testinge1ff8b1feat(api): api updated4c400bfeat(api): manual updatesc4dac52feat(api): api updateabed126feat(api): manual updates82bcafafeat(api): manual updates2f47fa9feat(api): manual updates📊 Changes
194 files changed (+7705 additions, -16939 deletions)
View changed files
📝
.release-please-manifest.json(+1 -1)📝
.stats.yml(+4 -4)📝
CHANGELOG.md(+30 -0)📝
api.md(+77 -223)📝
pyproject.toml(+2 -1)📝
src/llama_cloud/_client.py(+2 -27)📝
src/llama_cloud/_version.py(+1 -1)📝
src/llama_cloud/resources/__init__.py(+0 -42)📝
src/llama_cloud/resources/beta/__init__.py(+27 -13)📝
src/llama_cloud/resources/beta/agent_data.py(+132 -0)➕
src/llama_cloud/resources/beta/batch/__init__.py(+33 -0)➕
src/llama_cloud/resources/beta/batch/batch.py(+664 -0)➕
src/llama_cloud/resources/beta/batch/job_items.py(+348 -0)📝
src/llama_cloud/resources/beta/beta.py(+63 -31)📝
src/llama_cloud/resources/beta/directories/files.py(+153 -3)➖
src/llama_cloud/resources/beta/files.py(+0 -539)📝
src/llama_cloud/resources/beta/parse_configurations.py(+0 -433)➕
src/llama_cloud/resources/beta/sheets.py(+691 -0)📝
src/llama_cloud/resources/data_sinks.py(+1 -131)📝
src/llama_cloud/resources/data_sources.py(+1 -170)...and 80 more files
📄 Description
Automated Release PR
0.3.0 (2025-11-23)
Full Changelog: v0.2.0...v0.3.0
Features
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.