mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-15 13:15:40 -04:00
[PR #519] [MERGED] chore: consolidate types into types package
#520
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/519
Author: @masci
Created: 5/29/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @masci
Base:
main← Head:massi/reorg-imports📝 Commits (1)
895cad2chore: consolidate types into types package📊 Changes
21 files changed (+80 additions, -159 deletions)
View changed files
📝
e2e_tests/message_queues/kafka/test_message_queue.py(+1 -1)📝
e2e_tests/message_queues/rabbitmq/test_message_queue.py(+1 -1)📝
e2e_tests/message_queues/redis/test_message_queue.py(+1 -1)📝
e2e_tests/message_queues/simple/test_message_queue.py(+1 -1)📝
llama_deploy/__init__.py(+1 -1)📝
llama_deploy/control_plane/server.py(+1 -1)📝
llama_deploy/message_queues/apache_kafka.py(+1 -1)📝
llama_deploy/message_queues/base.py(+1 -1)📝
llama_deploy/message_queues/rabbitmq.py(+1 -1)📝
llama_deploy/message_queues/redis.py(+1 -1)📝
llama_deploy/message_queues/simple/client.py(+1 -1)📝
llama_deploy/message_queues/simple/server.py(+1 -1)➖
llama_deploy/messages/__init__.py(+0 -3)➖
llama_deploy/messages/base.py(+0 -58)📝
llama_deploy/services/workflow.py(+1 -1)📝
llama_deploy/types/__init__.py(+4 -10)📝
llama_deploy/types/core.py(+54 -69)📝
tests/control_plane/test_server.py(+1 -2)📝
tests/message_queues/simple/test_server.py(+1 -1)📝
tests/message_queues/test_redis.py(+1 -1)...and 1 more files
📄 Description
No functional changes. Move the
MessageQueuedefinition undertypesand remove the shallowmessagespackage.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.