protovalidate-python
protovalidate-python copied to clipboard
Add timestamp.valid evaluator
See https://github.com/bufbuild/protovalidate/issues/101 for details.
This depends on https://github.com/bufbuild/protovalidate/pull/114 being merged. However, locally I was able to build & run conformance tests using some edits to the Makefile
. (After the merge on the main repo, I would best re-generate the generated stubs.)
Note that these changes also fix an OverflowError
bug when converting message.Message
to celtypes.TimestampType
.