[PR #1032] [MERGED] Fix sheets API client #1031

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/1032
Author: @Georgehe4
Created: 11/27/2025
Status: Merged
Merged: 12/3/2025
Merged by: @logan-markewich

Base: mainHead: fix-sheets-api


📝 Commits (6)

📊 Changes

4 files changed (+65 additions, -17 deletions)

View changed files

📝 py/llama_cloud_services/beta/sheets/client.py (+35 -3)
📝 py/llama_cloud_services/index/base.py (+22 -0)
📝 py/tests/beta/sheets/test_sheets.py (+6 -12)
📝 py/tests/test_files_client.py (+2 -2)

📄 Description

No description provided


🔄 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/1032 **Author:** [@Georgehe4](https://github.com/Georgehe4) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 12/3/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `fix-sheets-api` --- ### 📝 Commits (6) - [`6f96fab`](https://github.com/run-llama/llama_cloud_services/commit/6f96fab48e251b51bdaf3a518ea7fb3adedc850e) Fix sheets API - [`51b4c80`](https://github.com/run-llama/llama_cloud_services/commit/51b4c8051565233bda8564bfa5ec6e69b4d7ada2) inject project_id and organization_id - [`3b9d63e`](https://github.com/run-llama/llama_cloud_services/commit/3b9d63e01904beb3bc71bf655247b62ae0c9923c) clean up tests - [`4273e27`](https://github.com/run-llama/llama_cloud_services/commit/4273e27c4832bb37596728654dbaf77bbed55fe7) fix finally - [`44bf803`](https://github.com/run-llama/llama_cloud_services/commit/44bf80346c28d9155cc9c58170fd0231869d094d) fix some tests - [`9238098`](https://github.com/run-llama/llama_cloud_services/commit/92380987b6591157ec0182c7a62fcb21f6c34e76) fix index tests ### 📊 Changes **4 files changed** (+65 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `py/llama_cloud_services/beta/sheets/client.py` (+35 -3) 📝 `py/llama_cloud_services/index/base.py` (+22 -0) 📝 `py/tests/beta/sheets/test_sheets.py` (+6 -12) 📝 `py/tests/test_files_client.py` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:53 -05:00
yindo closed this issue 2026-02-16 00:19:54 -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#1031