mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #32] [MERGED] release: 1.0.0-beta.3 #36
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/32
Author: @stainless-app[bot]
Created: 1/14/2026
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @pjames27
Base:
main← Head:release-please--branches--main--changes--next📝 Commits (6)
95d0c9achore(internal): codegen related updated6cbf95feat(client): add support for binary request streamingc23da58feat(api): manual updates26ea9becodegen metadata0a091c1chore: update SDK settingsf4f6651release: 1.0.0-beta.3📊 Changes
19 files changed (+431 additions, -410 deletions)
View changed files
📝
.release-please-manifest.json(+1 -1)📝
.stats.yml(+2 -2)📝
CHANGELOG.md(+15 -0)📝
README.md(+4 -7)📝
api.md(+1 -2)📝
pyproject.toml(+1 -1)📝
src/llama_cloud/_base_client.py(+134 -11)📝
src/llama_cloud/_models.py(+16 -1)📝
src/llama_cloud/_types.py(+9 -0)📝
src/llama_cloud/_version.py(+1 -1)📝
src/llama_cloud/resources/extraction/jobs.py(+1 -151)📝
src/llama_cloud/types/__init__.py(+7 -0)📝
src/llama_cloud/types/extraction/__init__.py(+0 -2)➖
src/llama_cloud/types/extraction/job_batch_params.py(+0 -33)➖
src/llama_cloud/types/extraction/job_batch_response.py(+0 -10)➕
src/llama_cloud/types/list_item.py(+48 -0)📝
src/llama_cloud/types/parsing_get_response.py(+6 -37)📝
tests/api_resources/extraction/test_jobs.py(+0 -149)📝
tests/test_client.py(+185 -2)📄 Description
Automated Release PR
1.0.0-beta.3 (2026-01-14)
Full Changelog: v0.20.0...v1.0.0-beta.3
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.