From e529ca2c7ae3ccc39ec8da3b645546e15e6c2e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:21:22 +0000 Subject: [PATCH] Update protobuf requirement from <7,>=6.31.1 to >=6.31.1,<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.36.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 e5fcdc5..779df38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "googleapis-common-protos>=1.70.0,<2", "grpcio>=1.74.0,<2", - "protobuf>=6.31.1,<7", + "protobuf>=6.31.1,<8", "protoc-gen-openapiv2>=0.0.1,<0.1", ]