[PR #42] [MERGED] release: 1.3.0 #43

Closed
opened 2026-02-16 04:15:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-cloud-py/pull/42
Author: @stainless-app[bot]
Created: 2/3/2026
Status: Merged
Merged: 2/4/2026
Merged by: @logan-markewich

Base: mainHead: release-please--branches--main--changes--next


📝 Commits (3)

📊 Changes

18 files changed (+335 additions, -177 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+3 -3)
📝 CHANGELOG.md (+14 -0)
📝 api.md (+8 -0)
📝 pyproject.toml (+1 -1)
📝 src/llama_cloud/_version.py (+1 -1)
📝 src/llama_cloud/types/__init__.py (+14 -0)
src/llama_cloud/types/code_item.py (+26 -0)
src/llama_cloud/types/footer_item.py (+40 -0)
src/llama_cloud/types/header_item.py (+40 -0)
src/llama_cloud/types/heading_item.py (+26 -0)
src/llama_cloud/types/image_item.py (+26 -0)
src/llama_cloud/types/link_item.py (+26 -0)
📝 src/llama_cloud/types/list_item.py (+4 -18)
📝 src/llama_cloud/types/parsing_get_response.py (+22 -134)
📝 src/llama_cloud/types/pipelines/pipeline_file.py (+19 -19)
src/llama_cloud/types/table_item.py (+41 -0)
src/llama_cloud/types/text_item.py (+23 -0)

📄 Description

Automated Release PR

1.3.0 (2026-02-04)

Full Changelog: v1.2.0...v1.3.0

Features

Bug Fixes

  • throw error on empty expand parameter in e2e parse method (02fbe93)

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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama-cloud-py/pull/42 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (3) - [`39e243f`](https://github.com/run-llama/llama-cloud-py/commit/39e243f710d7bdf60e8ab877ab12fcb69385f292) feat(api): api update - [`5a1a439`](https://github.com/run-llama/llama-cloud-py/commit/5a1a4395a12fc5636503c5cd545feac413572661) feat(api): manual updates - [`d45f610`](https://github.com/run-llama/llama-cloud-py/commit/d45f610a18d363974477b3522492e356b465b020) release: 1.3.0 ### 📊 Changes **18 files changed** (+335 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+3 -3) 📝 `CHANGELOG.md` (+14 -0) 📝 `api.md` (+8 -0) 📝 `pyproject.toml` (+1 -1) 📝 `src/llama_cloud/_version.py` (+1 -1) 📝 `src/llama_cloud/types/__init__.py` (+14 -0) ➕ `src/llama_cloud/types/code_item.py` (+26 -0) ➕ `src/llama_cloud/types/footer_item.py` (+40 -0) ➕ `src/llama_cloud/types/header_item.py` (+40 -0) ➕ `src/llama_cloud/types/heading_item.py` (+26 -0) ➕ `src/llama_cloud/types/image_item.py` (+26 -0) ➕ `src/llama_cloud/types/link_item.py` (+26 -0) 📝 `src/llama_cloud/types/list_item.py` (+4 -18) 📝 `src/llama_cloud/types/parsing_get_response.py` (+22 -134) 📝 `src/llama_cloud/types/pipelines/pipeline_file.py` (+19 -19) ➕ `src/llama_cloud/types/table_item.py` (+41 -0) ➕ `src/llama_cloud/types/text_item.py` (+23 -0) </details> ### 📄 Description Automated Release PR --- ## 1.3.0 (2026-02-04) Full Changelog: [v1.2.0...v1.3.0](https://github.com/run-llama/llama-cloud-py/compare/v1.2.0...v1.3.0) ### Features * **api:** api update ([39e243f](https://github.com/run-llama/llama-cloud-py/commit/39e243f710d7bdf60e8ab877ab12fcb69385f292)) * **api:** manual updates ([5a1a439](https://github.com/run-llama/llama-cloud-py/commit/5a1a4395a12fc5636503c5cd545feac413572661)) ### Bug Fixes * throw error on empty expand parameter in e2e parse method ([02fbe93](https://github.com/run-llama/llama-cloud-py/commit/02fbe933b1182ab24811b96d4047033afbd377af)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). 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](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:15:49 -05:00
yindo closed this issue 2026-02-16 04:15:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama-cloud-py#43