File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1616 --license-type apache \
1717 --copyright-holder "Buf Technologies, Inc." \
1818 --year-range "2023"
19- # TODO: DO NOT MERGE: Temporary because protovalidate-python does not support dynamic fdsets.
20- PROTOVALIDATE_VERSION ?= 1d6530da26a3c5c96f5d7d4c842aa9164f82ee4b
19+ PROTOVALIDATE_VERSION ?= v0.10.0
2120
2221.PHONY : help
2322help : # # Describe useful make targets
@@ -34,9 +33,8 @@ clean: ## Delete intermediate build artifacts
3433.PHONY : generate
3534generate : $(BIN ) /buf $(BIN ) /license-header # # Regenerate code and license headers
3635 rm -rf gen
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
36+ buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION )
37+ buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION )
4038 $(ADD_LICENSE_HEADER ) --ignore __init__.py
4139
4240.PHONY : format
You can’t perform that action at this time.
0 commit comments