mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #1] [MERGED] release: 0.1.0 #3
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/1
Author: @stainless-app[bot]
Created: 11/6/2025
Status: ✅ Merged
Merged: 11/7/2025
Merged by: @logan-markewich
Base:
main← Head:release-please--branches--main--changes--next📝 Commits (7)
5e2aadefeat(api): api updatea09a6bffeat(api): add pagination config0e93369feat(api): clean up schemasdaee74dfeat(api): more cleanupbf4d489feat(api): update readme7bdd2b6feat(api): fix pagination example in readmed6c0a29release: 0.1.0📊 Changes
237 files changed (+10454 additions, -15988 deletions)
View changed files
📝
.release-please-manifest.json(+1 -1)📝
.stats.yml(+4 -4)➕
CHANGELOG.md(+35 -0)📝
README.md(+108 -26)📝
api.md(+61 -221)📝
pyproject.toml(+1 -1)📝
src/llama_cloud/_client.py(+1 -68)📝
src/llama_cloud/_version.py(+1 -1)➕
src/llama_cloud/pagination.py(+549 -0)📝
src/llama_cloud/resources/__init__.py(+0 -70)➖
src/llama_cloud/resources/api_keys.py(+0 -365)➖
src/llama_cloud/resources/auth.py(+0 -135)📝
src/llama_cloud/resources/beta/__init__.py(+0 -14)📝
src/llama_cloud/resources/beta/agent_data.py(+103 -103)➖
src/llama_cloud/resources/beta/api_keys.py(+0 -514)📝
src/llama_cloud/resources/beta/beta.py(+7 -162)📝
src/llama_cloud/resources/beta/directories/directories.py(+116 -113)📝
src/llama_cloud/resources/beta/directories/files.py(+104 -101)📝
src/llama_cloud/resources/beta/parse_configurations.py(+311 -311)📝
src/llama_cloud/resources/beta/spreadsheet.py(+221 -124)...and 80 more files
📄 Description
Automated Release PR
0.1.0 (2025-11-07)
Full Changelog: v0.0.1...v0.1.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.