mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #221] [MERGED] [fix] external port type #329
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/221
Author: @nerdai
Created: 9/4/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @nerdai
Base:
v0.1.0← Head:nerdai/fix-external-port-type📝 Commits (2)
dde36e7fix external_port type3cd1b03bump prerelease version num📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
llama_deploy/message_queues/simple.py(+1 -1)📝
pyproject.toml(+1 -1)📄 Description
I mistakenly set the type of
external_porttoOptional[str]rather thanOptional[int]. This PR fixes this mistake.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.