From 3617f00780287d61d51687b89be8ee86a929aa47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:23:09 +0000 Subject: [PATCH] build(deps): update protobuf requirement from <7,>=5 to >=5,<8 in /py Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index a151eb11..3ea3c256 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ # Substrait version this validator targets, mirroring the Rust side's pin of # substrait-prost. "substrait-protobuf == 0.87.0", - "protobuf >=5,<7", + "protobuf >=5,<8", "click >= 8", "pyyaml >= 6", "jdot >= 0.5",