[PR #352] [MERGED] chore: deprecate old clients in favor of Client #412

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/352
Author: @masci
Created: 11/6/2024
Status: Merged
Merged: 11/6/2024
Merged by: @logan-markewich

Base: mainHead: massi/deprecate-old-clients


📝 Commits (1)

  • 22ba532 deprecate old clients in favor of Client

📊 Changes

3 files changed (+25 additions, -14 deletions)

View changed files

📝 llama_deploy/client/async_client.py (+4 -2)
📝 llama_deploy/client/sync_client.py (+8 -6)
📝 pyproject.toml (+13 -6)

📄 Description

With #351 Client gets feature parity with the old clients so we can deprecate them.


🔄 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_deploy/pull/352 **Author:** [@masci](https://github.com/masci) **Created:** 11/6/2024 **Status:** ✅ Merged **Merged:** 11/6/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `massi/deprecate-old-clients` --- ### 📝 Commits (1) - [`22ba532`](https://github.com/run-llama/llama_deploy/commit/22ba532f6abf46e08d8f8816903aefc15d89645d) deprecate old clients in favor of Client ### 📊 Changes **3 files changed** (+25 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `llama_deploy/client/async_client.py` (+4 -2) 📝 `llama_deploy/client/sync_client.py` (+8 -6) 📝 `pyproject.toml` (+13 -6) </details> ### 📄 Description With #351 `Client` gets feature parity with the old clients so we can deprecate them. --- <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 01:17:14 -05:00
yindo closed this issue 2026-02-16 01:17:14 -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_deploy#412