fix(orchestrator): keep host client dependency-free

This commit is contained in:
2026-07-26 23:49:55 +00:00
parent 71f13e513e
commit f8f6afaf78
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from dataclasses import dataclass
from ..log import debug
from ..orchestrator_auth import ROLE_CLI
from ..trust_domain import CONTROL_PLANE
from .server import ORCHESTRATOR_AUTH_HEADER
from .http_contract import ORCHESTRATOR_AUTH_HEADER
DEFAULT_TIMEOUT_SECONDS = 5.0