Skip to content

Commit 6d91070

Browse files
authored
chore: Remove Proto Version requirements for compatibility (#174)
Fixes #173
1 parent 126c805 commit 6d91070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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:v29.3
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:v29.3
29+
- remote: buf.build/protocolbuffers/pyi
3030
out: src/a2a/grpc

0 commit comments

Comments
 (0)