[PR #5] [MERGED] release: 0.3.0 #7

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

📋 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: mainHead: release-please--branches--main--changes--next


📝 Commits (10+)

  • 01f2af5 feat(api): api update
  • c8e9c07 feat(api): Add missing api endpoints
  • 8282fa2 feat(api): remove some agent items
  • 5c8f944 chore: add Python 3.14 classifier and testing
  • e1ff8b1 feat(api): api update
  • d4c400b feat(api): manual updates
  • c4dac52 feat(api): api update
  • abed126 feat(api): manual updates
  • 82bcafa feat(api): manual updates
  • 2f47fa9 feat(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

  • add Python 3.14 classifier and testing (5c8f944)

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/5 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 11/25/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (10+) - [`01f2af5`](https://github.com/run-llama/llama-cloud-py/commit/01f2af5dbe77c6203c80368f239b0e9e14d041a6) feat(api): api update - [`c8e9c07`](https://github.com/run-llama/llama-cloud-py/commit/c8e9c0775a1fa6409e6fab5429d9fbaffed0526b) feat(api): Add missing api endpoints - [`8282fa2`](https://github.com/run-llama/llama-cloud-py/commit/8282fa2a7d37ae04d8d68091eb99ab124ff1e425) feat(api): remove some agent items - [`5c8f944`](https://github.com/run-llama/llama-cloud-py/commit/5c8f944ce59e39565f5fcba65fb65d33e9f6d732) chore: add Python 3.14 classifier and testing - [`e1ff8b1`](https://github.com/run-llama/llama-cloud-py/commit/e1ff8b12c0759cd0750f68c84bd5a6a3730e95f1) feat(api): api update - [`d4c400b`](https://github.com/run-llama/llama-cloud-py/commit/d4c400bfd30e982b6cbccee7f5dbac6215bd5da9) feat(api): manual updates - [`c4dac52`](https://github.com/run-llama/llama-cloud-py/commit/c4dac5205f77ce7cf256a27b3c86d8a2b49828e7) feat(api): api update - [`abed126`](https://github.com/run-llama/llama-cloud-py/commit/abed1261c6dbc0cb1a8fc07191516c34e947ea72) feat(api): manual updates - [`82bcafa`](https://github.com/run-llama/llama-cloud-py/commit/82bcafa88fbcedfaea163e5b95d3da50b878c011) feat(api): manual updates - [`2f47fa9`](https://github.com/run-llama/llama-cloud-py/commit/2f47fa9713ea35bcb02bc80d9e36415a97cf7a58) feat(api): manual updates ### 📊 Changes **194 files changed** (+7705 additions, -16939 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Automated Release PR --- ## 0.3.0 (2025-11-23) Full Changelog: [v0.2.0...v0.3.0](https://github.com/run-llama/llama-cloud-py/compare/v0.2.0...v0.3.0) ### Features * **api:** Add missing api endpoints ([c8e9c07](https://github.com/run-llama/llama-cloud-py/commit/c8e9c0775a1fa6409e6fab5429d9fbaffed0526b)) * **api:** api update ([c4dac52](https://github.com/run-llama/llama-cloud-py/commit/c4dac5205f77ce7cf256a27b3c86d8a2b49828e7)) * **api:** api update ([e1ff8b1](https://github.com/run-llama/llama-cloud-py/commit/e1ff8b12c0759cd0750f68c84bd5a6a3730e95f1)) * **api:** api update ([01f2af5](https://github.com/run-llama/llama-cloud-py/commit/01f2af5dbe77c6203c80368f239b0e9e14d041a6)) * **api:** manual updates ([e6efd22](https://github.com/run-llama/llama-cloud-py/commit/e6efd22383c2c3a4b26e50534be25683fdfcf246)) * **api:** manual updates ([2a52d8c](https://github.com/run-llama/llama-cloud-py/commit/2a52d8c87e940d558198cf434f0400e97a8af144)) * **api:** manual updates ([088fbcc](https://github.com/run-llama/llama-cloud-py/commit/088fbccd80a975ea05ca3d5ff44a77497fdb52f2)) * **api:** manual updates ([70248a5](https://github.com/run-llama/llama-cloud-py/commit/70248a5c9198c455c3a704cb24790da8524af07b)) * **api:** manual updates ([ffc9c2c](https://github.com/run-llama/llama-cloud-py/commit/ffc9c2cfa2dde27f05507fd1922c2ea1787f3d6c)) * **api:** manual updates ([571deab](https://github.com/run-llama/llama-cloud-py/commit/571deab5d900476ac4c1dbb0bf71f11ec381ba1f)) * **api:** manual updates ([8f19b18](https://github.com/run-llama/llama-cloud-py/commit/8f19b18152ddb24bbbc7e467d6ca1e6e78335853)) * **api:** manual updates ([8794d62](https://github.com/run-llama/llama-cloud-py/commit/8794d62ca0dc827f2f5cd00f42fe6272c34cd442)) * **api:** manual updates ([6f90a08](https://github.com/run-llama/llama-cloud-py/commit/6f90a0856da964070c061225c189b14bb635634f)) * **api:** manual updates ([2f47fa9](https://github.com/run-llama/llama-cloud-py/commit/2f47fa9713ea35bcb02bc80d9e36415a97cf7a58)) * **api:** manual updates ([82bcafa](https://github.com/run-llama/llama-cloud-py/commit/82bcafa88fbcedfaea163e5b95d3da50b878c011)) * **api:** manual updates ([abed126](https://github.com/run-llama/llama-cloud-py/commit/abed1261c6dbc0cb1a8fc07191516c34e947ea72)) * **api:** manual updates ([d4c400b](https://github.com/run-llama/llama-cloud-py/commit/d4c400bfd30e982b6cbccee7f5dbac6215bd5da9)) * **api:** remove some agent items ([8282fa2](https://github.com/run-llama/llama-cloud-py/commit/8282fa2a7d37ae04d8d68091eb99ab124ff1e425)) ### Chores * add Python 3.14 classifier and testing ([5c8f944](https://github.com/run-llama/llama-cloud-py/commit/5c8f944ce59e39565f5fcba65fb65d33e9f6d732)) --- 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:41 -05:00
yindo closed this issue 2026-02-16 04:15:41 -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#7