fix(ci): add _sanitize_a2a to TOP_LEVEL_MODULES allowlist (third defect from #351 chain) #357

Merged
infra-sre merged 2 commits from fix/publish-runtime-add-_sanitize_a2a-to-allowlist into main 2026-05-11 02:43:42 +00:00

View File

@ -50,6 +50,7 @@ from pathlib import Path
# without updating this set), which broke every workspace startup with
# `ModuleNotFoundError: No module named 'transcript_auth'`.
TOP_LEVEL_MODULES = {
"_sanitize_a2a",
"a2a_cli",
"a2a_client",
"a2a_executor",