ci: unblock v0.9.7 release checks

This commit is contained in:
BigBodyCobain
2026-05-01 23:24:46 -06:00
parent 28b3bd5ebf
commit 4ec1fce53d
11 changed files with 43 additions and 18 deletions
+1
View File
@@ -16,6 +16,7 @@ from pydantic import BaseModel, Field
from auth import require_local_operator, require_openclaw_or_local
from limiter import limiter
from services.fetchers._store import latest_data as _latest_data
logger = logging.getLogger(__name__)
router = APIRouter()
+2
View File
@@ -1,4 +1,5 @@
import asyncio
import json as json_mod
import logging
import time
from typing import Any
@@ -36,6 +37,7 @@ get_wormhole_state = _main_delegate("get_wormhole_state")
_scoped_view_authenticated = _main_delegate("_scoped_view_authenticated")
_privacy_core_status = _main_delegate("_privacy_core_status")
_release_gate_status = _main_delegate("_release_gate_status")
_resolve_dm_aliases = _main_delegate("_resolve_dm_aliases")
get_transport_identity = _main_delegate("get_transport_identity")
get_active_gate_identity = _main_delegate("get_active_gate_identity")
list_gate_personas = _main_delegate("list_gate_personas")