Skip to content

Commit f1183e8

Browse files
committed
Remove protobuf version and re-run
1 parent 0997f2d commit f1183e8

File tree

2 files changed

+330
-4
lines changed

2 files changed

+330
-4
lines changed

buf.gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ managed:
1919
plugins:
2020
# Generate python protobuf related code
2121
# Generates *_pb2.py files, one for each .proto
22-
- remote: buf.build/protocolbuffers/python:v31.1
22+
- remote: buf.build/protocolbuffers/python
2323
out: src/a2a/grpc
2424
# Generate python service code.
2525
# Generates *_pb2_grpc.py
2626
- remote: buf.build/grpc/python
2727
out: src/a2a/grpc
2828
# Generates *_pb2.pyi files.
29-
- remote: buf.build/protocolbuffers/pyi:v31.1
29+
- remote: buf.build/protocolbuffers/pyi
3030
out: src/a2a/grpc

0 commit comments

Comments
 (0)