Skip to content

Commit f38903b

Browse files
Bump generated code to latest version (#201)
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.)
1 parent f3ff8d8 commit f38903b

37 files changed

+180
-143
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/gen/** linguist-generated=true

buf.gen.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
version: v1
1+
version: v2
2+
managed:
3+
enabled: true
24
plugins:
3-
- plugin: buf.build/protocolbuffers/python:v27.2
5+
- remote: buf.build/protocolbuffers/python:v28.2
46
out: gen
5-
- plugin: buf.build/protocolbuffers/pyi:v27.2
7+
- remote: buf.build/protocolbuffers/pyi:v28.2
68
out: gen

gen/buf/validate/conformance/cases/bool_pb2.py

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/buf/validate/conformance/cases/bytes_pb2.py

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/buf/validate/conformance/cases/custom_constraints/custom_constraints_pb2.py

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)