[PR #911] [MERGED] update parse package #953

Closed
opened 2026-02-16 00:19:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/911
Author: @hexapode
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @logan-markewich

Base: mainHead: pierre/ChartAndBbox


📝 Commits (10+)

📊 Changes

11 files changed (+5880 additions, -3057 deletions)

View changed files

📝 py/llama_cloud_services/beta/classifier/client.py (+1 -2)
📝 py/llama_cloud_services/parse/base.py (+32 -1)
📝 py/llama_parse/pyproject.toml (+1 -1)
📝 py/pyproject.toml (+1 -1)
📝 py/uv.lock (+1 -1)
📝 ts/llama_cloud_services/openapi.json (+5827 -3047)
📝 ts/llama_cloud_services/package.json (+1 -1)
📝 ts/llama_cloud_services/src/client/schemas.gen.ts (+2 -2)
📝 ts/llama_cloud_services/src/client/zod.gen.ts (+1 -1)
📝 ts/llama_cloud_services/src/reader.ts (+9 -0)
📝 ts/llama_cloud_services/src/schema.ts (+4 -0)

📄 Description

Fixes https://github.com/run-llama/llama_cloud_services/issues/910


🔄 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_services/pull/911 **Author:** [@hexapode](https://github.com/hexapode) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `pierre/ChartAndBbox` --- ### 📝 Commits (10+) - [`ef4596c`](https://github.com/run-llama/llama_cloud_services/commit/ef4596cf14be391ff36778c042bb9c91ffddedf2) update python parse package - [`df9bfee`](https://github.com/run-llama/llama_cloud_services/commit/df9bfeed67afd3eb88937f156b0de89860139849) TSpackageUpdate - [`b57cd0d`](https://github.com/run-llama/llama_cloud_services/commit/b57cd0dcbc0e61919ee937ee0d7f24021000e1cb) generated files - [`5250244`](https://github.com/run-llama/llama_cloud_services/commit/5250244113ea4ae8bbde35a3d9b8daf2e1c28fc5) nits trailing spaces - [`a76aeac`](https://github.com/run-llama/llama_cloud_services/commit/a76aeac498db8d0b6e4e44b1aeda96b91492e950) bump ts - [`5b43f0d`](https://github.com/run-llama/llama_cloud_services/commit/5b43f0d63bed10be2265879be522110e329851b3) lint - [`399076d`](https://github.com/run-llama/llama_cloud_services/commit/399076d253d08f5b6e72ebf7231aa4aa55ff22da) more linting - [`c0b9c23`](https://github.com/run-llama/llama_cloud_services/commit/c0b9c23bb0ccaec7a23bb7bf6ec76a467a26cbeb) more linting - [`b2bb7a1`](https://github.com/run-llama/llama_cloud_services/commit/b2bb7a179e847771362b5bdc3db9625f71db7f72) more linting - [`ed363fb`](https://github.com/run-llama/llama_cloud_services/commit/ed363fbea57461bf33d7adb5f0f4699e20c0f8ed) fix import ### 📊 Changes **11 files changed** (+5880 additions, -3057 deletions) <details> <summary>View changed files</summary> 📝 `py/llama_cloud_services/beta/classifier/client.py` (+1 -2) 📝 `py/llama_cloud_services/parse/base.py` (+32 -1) 📝 `py/llama_parse/pyproject.toml` (+1 -1) 📝 `py/pyproject.toml` (+1 -1) 📝 `py/uv.lock` (+1 -1) 📝 `ts/llama_cloud_services/openapi.json` (+5827 -3047) 📝 `ts/llama_cloud_services/package.json` (+1 -1) 📝 `ts/llama_cloud_services/src/client/schemas.gen.ts` (+2 -2) 📝 `ts/llama_cloud_services/src/client/zod.gen.ts` (+1 -1) 📝 `ts/llama_cloud_services/src/reader.ts` (+9 -0) 📝 `ts/llama_cloud_services/src/schema.ts` (+4 -0) </details> ### 📄 Description Fixes https://github.com/run-llama/llama_cloud_services/issues/910 --- <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 00:19:39 -05:00
yindo closed this issue 2026-02-16 00:19:39 -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_services#953