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 126c805 commit 6d91070Copy full SHA for 6d91070
buf.gen.yaml
@@ -19,12 +19,12 @@ managed:
19
plugins:
20
# Generate python protobuf related code
21
# Generates *_pb2.py files, one for each .proto
22
- - remote: buf.build/protocolbuffers/python:v29.3
+ - remote: buf.build/protocolbuffers/python
23
out: src/a2a/grpc
24
# Generate python service code.
25
# Generates *_pb2_grpc.py
26
- remote: buf.build/grpc/python
27
28
# Generates *_pb2.pyi files.
29
- - remote: buf.build/protocolbuffers/pyi:v29.3
+ - remote: buf.build/protocolbuffers/pyi
30
0 commit comments