Skip to content

Update protovalidate #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
--copyright-holder "Buf Technologies, Inc." \
--year-range "2023-2025"
# This version should be kept in sync with the version in buf.yaml
PROTOVALIDATE_VERSION ?= v0.13.3
PROTOVALIDATE_VERSION ?= v0.14.0
# Version of the cel-spec that this implementation is conformant with
# This should be kept in sync with the version in format_test.py
CEL_SPEC_VERSION ?= v0.24.0
Expand Down
8 changes: 4 additions & 4 deletions buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
version: v2
deps:
- name: buf.build/bufbuild/protovalidate
commit: 9f2d3c737feb481a83375159c0733275
digest: b5:19d3b83f7df2d284ff5935f4622d7f27e7464a93c210edb536e92a52bcc69b2a18da1312e96b5461601eba7b3764d5e90321bd62e6966870e7dbc2e4dedd98d6
commit: d22d418d82d84932ba4ba554ce4208ca
digest: b5:8b454cb411e14f0024bdb58ac2689aed2321e81617b61ef8a22c8147a7a9757eeb049ebfb899a699d37051bdb3251e172ba1c1ae2f5005d7c3f47a202109136a
- name: buf.build/bufbuild/protovalidate-testing
commit: 64cb206b26e840bcaacabae7b19bdf33
digest: b5:f0abbad11668a70061ec8870c8c6b71f56e033ff97e0c22264648504e9a9c9f636304a01e27485eeacf7256f9bf25abc48503836948609f537a0fbc136be839b
commit: 3173472a3d1147cfb60458ad0cf16f2e
digest: b5:628f7fd91082e885255bea51911e24ba3c92dbfdefd60960fb74224245ec00176ca2f19acd2bc5007b904c70d12b6bc95479f9aeb2f071632a3c20534fc78cca
4 changes: 2 additions & 2 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: v2
modules:
- path: proto
deps:
- buf.build/bufbuild/protovalidate:v0.13.3
- buf.build/bufbuild/protovalidate-testing:v0.13.3
- buf.build/bufbuild/protovalidate:v0.14.0
- buf.build/bufbuild/protovalidate-testing:v0.14.0
lint:
use:
- STANDARD
Expand Down
270 changes: 101 additions & 169 deletions gen/buf/validate/conformance/cases/ignore_proto2_pb2.py

Large diffs are not rendered by default.

109 changes: 0 additions & 109 deletions gen/buf/validate/conformance/cases/ignore_proto2_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

228 changes: 83 additions & 145 deletions gen/buf/validate/conformance/cases/ignore_proto3_pb2.py

Large diffs are not rendered by default.

102 changes: 0 additions & 102 deletions gen/buf/validate/conformance/cases/ignore_proto3_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

378 changes: 143 additions & 235 deletions gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.py

Large diffs are not rendered by default.

Loading