protovalidate-python icon indicating copy to clipboard operation
protovalidate-python copied to clipboard

Protocol Buffer Validation for Python.

Results 24 protovalidate-python issues
Sort by recently updated
recently updated
newest added

Our current [StringFormat implementation](https://github.com/bufbuild/protovalidate-python/blob/f8dd975a7e4168ff51cbae869d6720b3e8214db2/protovalidate/internal/string_format.py) is balking at the cel-python types we're using. Additionally, the [protovalidate-conformance suite only really tests the `%s` verb](https://github.com/bufbuild/protovalidate-python/pull/256#discussion_r1960395597), so we ought to have tests over the...

Implementation of the outcome of the discussion in #339 Some notes on what this does: - Added `bufbuild-protovalidate-protocolbuffers` as a subpackage (and `uv` workspace member) - The `protovalidate-python` package now...

Bump cel-python version, the latest one is 0.4.0

## Description The current version of the `protovalidate` python package on `pypi` is not importable due to a missing `buf.validate` module. ```python >>> import protovalidate Traceback (most recent call last):...

Bug