Skip to content

Commit 784fb82

Browse files
author
John Chadwick
committed
Remove deprecated options
1 parent 9fc35f1 commit 784fb82

File tree

14 files changed

+129
-155
lines changed

14 files changed

+129
-155
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1616
--license-type apache \
1717
--copyright-holder "Buf Technologies, Inc." \
1818
--year-range "2023"
19-
PROTOVALIDATE_VERSION ?= v0.9.0
19+
# TODO: DO NOT MERGE: Temporary because protovalidate-python does not support dynamic fdsets.
20+
PROTOVALIDATE_VERSION ?= 1d6530da26a3c5c96f5d7d4c842aa9164f82ee4b
2021

2122
.PHONY: help
2223
help: ## Describe useful make targets
@@ -33,8 +34,9 @@ clean: ## Delete intermediate build artifacts
3334
.PHONY: generate
3435
generate: $(BIN)/buf $(BIN)/license-header ## Regenerate code and license headers
3536
rm -rf gen
36-
buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION)
37-
buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
37+
# TODO: DO NOT MERGE: Temporary because protovalidate-python does not support dynamic fdsets.
38+
buf generate https://github.com/bufbuild/protovalidate.git#branch=jchadwick/remove-deprecated,subdir=proto/protovalidate
39+
buf generate https://github.com/bufbuild/protovalidate.git#branch=jchadwick/remove-deprecated,subdir=proto/protovalidate-testing
3840
$(ADD_LICENSE_HEADER) --ignore __init__.py
3941

4042
.PHONY: format

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

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

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

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

0 commit comments

Comments
 (0)