From 244b00480ac9d46dff205f269c811297d84def71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 09:05:40 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=20Update=20protobuf=20requirement?= =?UTF-8?q?=20from=20<7,>=3D5=20to=20>=3D5,<8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.0 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 18a250b..ebf0310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ # AAASM-1654 (PR-E): OpControlSubscriber consumes PolicyService.OpControlStream # via gRPC. Held to grpcio's modern stable line. "grpcio>=1.66,<2", - "protobuf>=5,<7", + "protobuf>=5,<8", ] [project.scripts] From daf316cef4313ebb5ba11a2c642b5b61a79c6e53 Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Fri, 22 May 2026 10:24:21 +0800 Subject: [PATCH 2/2] chore: refresh uv.lock for protobuf bump --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 30158ac..4f7942b 100644 --- a/uv.lock +++ b/uv.lock @@ -46,7 +46,7 @@ pre-commit-ci = [ requires-dist = [ { name = "grpcio", specifier = ">=1.66,<2" }, { name = "httpx", specifier = ">=0.27.0,<1.0.0" }, - { name = "protobuf", specifier = ">=5,<7" }, + { name = "protobuf", specifier = ">=5,<8" }, { name = "pydantic", specifier = ">=2.0.0,<3.0.0" }, { name = "typing-extensions", specifier = ">=4.0.0" }, ]