From da9412f9d6cb99b1d344f41d097ec6d87ebe2791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:57:01 +0000 Subject: [PATCH] chore(deps): update protobuf requirement from <7,>=6.30 to >=6.30,<8 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79291981..da9cc5d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ # (see CONTRIBUTING.md). Floors track the releases the suite is verified against # (kuzu 0.11.x, pyarrow 25.x); `pyarrow` only accelerates bulk load and the writer # falls back to row-wise inserts without it. -dependencies = ["kuzu>=0.11,<0.12", "pyarrow>=17,<26", "protobuf>=6.30,<7"] +dependencies = ["kuzu>=0.11,<0.12", "pyarrow>=17,<26", "protobuf>=6.30,<8"] [project.optional-dependencies] dev = ["pytest>=8"]