mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-02 20:41:52 +02:00
ci: unblock v0.9.7 release checks
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user