Skip to content

Commit 056cca7

Browse files
author
John Chadwick
committed
Update protovalidate version to v0.10.0
1 parent 784fb82 commit 056cca7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2322
help: ## Describe useful make targets
@@ -34,9 +33,8 @@ clean: ## Delete intermediate build artifacts
3433
.PHONY: generate
3534
generate: $(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

0 commit comments

Comments
 (0)