[PR #1085] [MERGED] Bump up minor version for python packages #1066

Closed
opened 2026-02-16 00:20:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/1085
Author: @neerajprad
Created: 1/21/2026
Status: Merged
Merged: 1/21/2026
Merged by: @neerajprad

Base: mainHead: nprad/bump-version


📝 Commits (5)

  • af5eb1f Bump up minor version for python packages
  • 2d4c56c Fix files and tests
  • 2b5d9e8 fix types; retry
  • 484c139 add exp backoff on agent creation
  • 4831107 revert changes to parse

📊 Changes

10 files changed (+101 additions, -50 deletions)

View changed files

.changeset/nine-garlics-give.md (+6 -0)
📝 py/llama_cloud_services/files/client.py (+4 -6)
📝 py/llama_cloud_services/index/base.py (+19 -10)
📝 py/pyproject.toml (+1 -1)
📝 py/tests/extract/conftest.py (+34 -2)
📝 py/tests/extract/test_extract_api.py (+2 -2)
📝 py/tests/extract/test_extract_e2e.py (+5 -3)
📝 py/tests/index/test_index.py (+8 -5)
📝 py/unit_tests/index/test_unit_index.py (+17 -16)
📝 py/uv.lock (+5 -5)

📄 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/1085 **Author:** [@neerajprad](https://github.com/neerajprad) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@neerajprad](https://github.com/neerajprad) **Base:** `main` ← **Head:** `nprad/bump-version` --- ### 📝 Commits (5) - [`af5eb1f`](https://github.com/run-llama/llama_cloud_services/commit/af5eb1ffd39a953762e5e370d727db36c5ddb95d) Bump up minor version for python packages - [`2d4c56c`](https://github.com/run-llama/llama_cloud_services/commit/2d4c56cb0412306e43289a80c75d26dccfe867b9) Fix files and tests - [`2b5d9e8`](https://github.com/run-llama/llama_cloud_services/commit/2b5d9e8fcedfc3e096c41946af9906fd6c868908) fix types; retry - [`484c139`](https://github.com/run-llama/llama_cloud_services/commit/484c139ce1060810c5bd1ef6349760b4c5cd915c) add exp backoff on agent creation - [`4831107`](https://github.com/run-llama/llama_cloud_services/commit/483110704b102c2451656df73cae3e446a96c296) revert changes to parse ### 📊 Changes **10 files changed** (+101 additions, -50 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/nine-garlics-give.md` (+6 -0) 📝 `py/llama_cloud_services/files/client.py` (+4 -6) 📝 `py/llama_cloud_services/index/base.py` (+19 -10) 📝 `py/pyproject.toml` (+1 -1) 📝 `py/tests/extract/conftest.py` (+34 -2) 📝 `py/tests/extract/test_extract_api.py` (+2 -2) 📝 `py/tests/extract/test_extract_e2e.py` (+5 -3) 📝 `py/tests/index/test_index.py` (+8 -5) 📝 `py/unit_tests/index/test_unit_index.py` (+17 -16) 📝 `py/uv.lock` (+5 -5) </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:20:01 -05:00
yindo closed this issue 2026-02-16 00:20:01 -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#1066