diff --git a/py/pyproject.toml b/py/pyproject.toml index a151eb11..3f2effb1 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ # (imported under the top-level `substrait` namespace). Pinned to match the # Substrait version this validator targets, mirroring the Rust side's pin of # substrait-prost. - "substrait-protobuf == 0.87.0", + "substrait-protobuf == 0.99.0", "protobuf >=5,<7", "click >= 8", "pyyaml >= 6",