Skip to content

Commit 3f0cd95

Browse files
authored
Merge branch 'main' into typing-fixes2
2 parents 6425207 + 842d3fc commit 3f0cd95

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
@@ -20,8 +20,8 @@ plugins:
2020
# Generate python protobuf related code
2121
# Generates *_pb2.py files, one for each .proto
2222
- remote: buf.build/protocolbuffers/python
23-
out: src/python
23+
out: src/a2a/grpc
2424
# Generate python service code.
2525
# Generates *_pb2_grpc.py
2626
- remote: buf.build/grpc/python
27-
out: src/python
27+
out: src/a2a/grpc

0 commit comments

Comments
 (0)