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