Skip to content

Commit e7111b0

Browse files
committed
fix: bump proto2pydantic to v0.5.1
1 parent b933810 commit e7111b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/gen_proto.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -e
33

44
# Install proto2pydantic plugin for Pydantic model generation
5-
echo "Installing protoc-gen-proto2pydantic@v0.5.0..."
6-
go install github.com/protocgen/proto2pydantic@v0.5.0
5+
echo "Installing protoc-gen-proto2pydantic@v0.5.1..."
6+
go install github.com/protocgen/proto2pydantic@v0.5.1
77

88
# Run buf generate to regenerate protobuf code and OpenAPI spec
99
npx --yes @bufbuild/buf generate

0 commit comments

Comments
 (0)