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 0997f2d commit f1183e8Copy full SHA for f1183e8
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:v31.1
+ - 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:v31.1
+ - remote: buf.build/protocolbuffers/pyi
30
0 commit comments