Align builder with a2a-pack 0.1.82
All checks were successful
build / build (push) Successful in 53s

This commit is contained in:
robert
2026-06-08 09:13:42 -03:00
parent cd6c13288a
commit 16cdf2c2be
5 changed files with 8 additions and 8 deletions

View File

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