From 37dae9b631db5060770b66fce0e25cf0ffb56948 Mon Sep 17 00:00:00 2001 From: "Xiang (Sean) Zhou" Date: Tue, 5 Aug 2025 10:27:56 -0700 Subject: [PATCH] chore: Import AGENT_CARD_WELL_KNOWN_PATH from adk instead of from a2a directly thus let adk handle import problem for a2a, e.g. python version need to be > 3.10 etc. PiperOrigin-RevId: 791273137 --- contributing/samples/a2a_root/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/a2a_root/agent.py b/contributing/samples/a2a_root/agent.py index e435743e..c913a6fa 100755 --- a/contributing/samples/a2a_root/agent.py +++ b/contributing/samples/a2a_root/agent.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from a2a.utils.constants import AGENT_CARD_WELL_KNOWN_PATH +from google.adk.agents.remote_a2a_agent import AGENT_CARD_WELL_KNOWN_PATH from google.adk.agents.remote_a2a_agent import RemoteA2aAgent root_agent = RemoteA2aAgent(