fix(orchestrator): keep host client dependency-free

This commit is contained in:
2026-07-26 23:49:55 +00:00
committed by didericis
parent a4bc5d4508
commit 2de61eeb17
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