mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #452] [MERGED] Pass client timeout to underlying client #473
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/452
Author: @apost71
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/9/2025
Merged by: @masci
Base:
main← Head:main📝 Commits (3)
379f270fix: pass timeout to httpx clientaf607e7fix: add to sync client0617de3fix: add to async client📊 Changes
4 files changed (+6 additions, -4 deletions)
View changed files
📝
llama_deploy/client/async_client.py(+1 -1)📝
llama_deploy/client/models/core.py(+1 -1)📝
llama_deploy/client/sync_client.py(+1 -1)📝
tests/client/models/test_core.py(+3 -1)📄 Description
This is a PR to address https://github.com/run-llama/llama_deploy/issues/374
@masci I think you're right about the fine grained timeout configurations. Adding that capability introduces difficulties with serialization and ease of use via environment variables and may not be worth the effort.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.