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
@@ -17,6 +17,7 @@ from datetime import datetime, timedelta
from pathlib import Path
from services.network_utils import fetch_with_curl
from services.fetchers._store import latest_data, _data_lock, _mark_fresh
from services.fetchers.nuforc_enrichment import enrich_sighting
from services.fetchers.retry import with_retry
logger = logging.getLogger(__name__)
+1 -1
View File
@@ -23,7 +23,7 @@ import hmac
import secrets
from dataclasses import dataclass, field, asdict
from enum import Enum
from typing import Any, Optional
from typing import Any, Callable, Optional
from collections import deque
from urllib.parse import urlparse
from services.mesh.mesh_crypto import _derive_peer_key, normalize_peer_url