We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965c371 commit 285ff7aCopy full SHA for 285ff7a
src/a2a/utils/proto_utils.py
@@ -12,7 +12,7 @@
12
from google.protobuf import json_format, struct_pb2
13
except ImportError as e:
14
raise ImportError(
15
- 'proto-utils requires protobuf. Install with "pip install a2a-sdk[proto]"'
+ 'proto-utils requires protobuf. Install with "pip install a2a-sdk[grpc] or a2a-sdk[http-server] depending on need"'
16
) from e
17
18
from a2a import types
0 commit comments