[PR #616] [MERGED] add organization id and project id as args #770

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/616
Author: @logan-markewich
Created: 2/11/2025
Status: Merged
Merged: 2/11/2025
Merged by: @logan-markewich

Base: mainHead: logan/org_id


📝 Commits (2)

  • ea4d936 add organization id and project id as args
  • d9616a5 fix publish workflow

📊 Changes

4 files changed (+29 additions, -9 deletions)

View changed files

📝 .github/workflows/publish_release.yml (+0 -4)
📝 llama_cloud_services/parse/base.py (+26 -2)
📝 llama_parse/pyproject.toml (+2 -2)
📝 pyproject.toml (+1 -1)

📄 Description

Added optional args that get added as query params for org and project id

Also fixed the deprecation print for parsing instruction


🔄 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/616 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/org_id` --- ### 📝 Commits (2) - [`ea4d936`](https://github.com/run-llama/llama_cloud_services/commit/ea4d9361ee56f8bada914a456de582dc9f97bbd2) add organization id and project id as args - [`d9616a5`](https://github.com/run-llama/llama_cloud_services/commit/d9616a58a13c7419b288e088ac89c423f4283203) fix publish workflow ### 📊 Changes **4 files changed** (+29 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish_release.yml` (+0 -4) 📝 `llama_cloud_services/parse/base.py` (+26 -2) 📝 `llama_parse/pyproject.toml` (+2 -2) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description Added optional args that get added as query params for org and project id Also fixed the deprecation print for parsing instruction --- <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:03 -05:00
yindo closed this issue 2026-02-16 00:19:03 -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#770