Skip to content

Commit 285ff7a

Browse files
authored
Update proto_utils.py
1 parent 965c371 commit 285ff7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/utils/proto_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from google.protobuf import json_format, struct_pb2
1313
except ImportError as e:
1414
raise ImportError(
15-
'proto-utils requires protobuf. Install with "pip install a2a-sdk[proto]"'
15+
'proto-utils requires protobuf. Install with "pip install a2a-sdk[grpc] or a2a-sdk[http-server] depending on need"'
1616
) from e
1717

1818
from a2a import types

0 commit comments

Comments
 (0)