mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-18 12:55:30 -04:00
[PR #520] [MERGED] chore: remove low-level deployment api #521
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/520
Author: @masci
Created: 5/29/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @masci
Base:
main← Head:massi/remove-deploy📝 Commits (3)
17378f1chore: move deployment utils to e2e_tests packagedb2e2d6chore: remove low-level deployment api9936015fix e2e tests📊 Changes
17 files changed (+24 additions, -156 deletions)
View changed files
📝
.github/workflows/e2e_test.yml(+0 -1)📝
e2e_tests/basic_hitl/conftest.py(+1 -1)📝
e2e_tests/basic_session/conftest.py(+1 -1)📝
e2e_tests/basic_streaming/conftest.py(+1 -1)📝
e2e_tests/basic_workflow/conftest.py(+1 -1)📝
e2e_tests/conftest.py(+2 -1)📝
e2e_tests/core/conftest.py(+1 -1)➖
e2e_tests/deploy/__init__.py(+0 -0)➖
e2e_tests/deploy/test_deploy.py(+0 -128)📝
e2e_tests/message_queues/kafka/conftest.py(+1 -2)📝
e2e_tests/message_queues/rabbitmq/conftest.py(+1 -1)📝
e2e_tests/message_queues/redis/conftest.py(+1 -2)📝
e2e_tests/utils.py(+1 -1)📝
llama_deploy/__init__.py(+0 -4)➖
llama_deploy/deploy/__init__.py(+0 -3)📝
llama_deploy/services/network_service_manager.py(+7 -2)📝
tests/services/test_network_workflow.py(+6 -6)📄 Description
Remove
deploy()anddeploy_workflow()from the public API. Those were meant to offer a "low level" api for advanced users, but we're moving away from it. The same functionalities are still available (we use them in the E2E tests) but need to be manually coded.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.