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()