Skip to content

Commit

Permalink
Bump generated code to latest version (#201)
Browse files Browse the repository at this point in the history
Also, bump buf.gen.yaml to v2. (We can't use `clean: true` because of
the way we're doing `buf generate` in separate calls in the Makefile.)
  • Loading branch information
stefanvanburen authored Oct 21, 2024
1 parent f3ff8d8 commit f38903b
Show file tree
Hide file tree
Showing 37 changed files with 180 additions and 143 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/gen/** linguist-generated=true
8 changes: 5 additions & 3 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: v1
version: v2
managed:
enabled: true
plugins:
- plugin: buf.build/protocolbuffers/python:v27.2
- remote: buf.build/protocolbuffers/python:v28.2
out: gen
- plugin: buf.build/protocolbuffers/pyi:v27.2
- remote: buf.build/protocolbuffers/pyi:v28.2
out: gen
9 changes: 5 additions & 4 deletions gen/buf/validate/conformance/cases/bool_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions gen/buf/validate/conformance/cases/bytes_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f38903b

Please sign in to comment.