Pin Python protobuf generators
This commit is contained in:
@@ -60,7 +60,8 @@ available; it is not required on the thin development host.
|
||||
|
||||
Generated Python bindings are copied into and committed by consumer
|
||||
repositories with the exact proto release/commit recorded in their generated
|
||||
header. `gen/` is intentionally ignored here.
|
||||
header. Both generator plugins are version/revision pinned. `gen/` is
|
||||
intentionally ignored here.
|
||||
|
||||
Before releasing a compatible update:
|
||||
|
||||
|
||||
+4
-2
@@ -1,7 +1,9 @@
|
||||
version: v2
|
||||
clean: true
|
||||
plugins:
|
||||
- remote: buf.build/protocolbuffers/python
|
||||
- remote: buf.build/protocolbuffers/python:v35.1
|
||||
revision: 1
|
||||
out: gen/python
|
||||
- remote: buf.build/protocolbuffers/pyi
|
||||
- remote: buf.build/protocolbuffers/pyi:v35.1
|
||||
revision: 1
|
||||
out: gen/python
|
||||
|
||||
Reference in New Issue
Block a user