Refresh builder runtime visibility
All checks were successful
build / build (push) Successful in 59s

This commit is contained in:
robert
2026-06-08 09:04:23 -03:00
parent e5e75e2ea3
commit e6d159a853
6 changed files with 8 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ if TYPE_CHECKING:
from .config import Settings
A2A_PACK_MIN_VERSION = "0.1.80"
A2A_PACK_MIN_VERSION = "0.1.81"
A2A_PACK_SANDBOX_FALLBACK_VERSION = "0.1.79"
logger = logging.getLogger(__name__)