From 3a3425c27314aaf35ff8b81fc81f2bf839e44406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:23:41 +0000 Subject: [PATCH] build(deps-dev): update protobuf requirement from >=3.20 to >=7.35.1 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dfb95a..27af624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ dev = ["pytest>=7.0", "pytest-cov>=4.0", "mypy>=1.0", "redis>=5.0", "ruff>=0.4"] server = ["grpcio>=1.60", "grpcio-tools>=1.60", "redis>=5.0", "fastapi>=0.110", "uvicorn[standard]>=0.25", "httpx>=0.27", "pydantic>=2.0"] gpu = ["torch>=2.0"] -local-llm = ["transformers>=4.35", "tokenizers>=0.15", "torch>=2.0", "sentencepiece>=0.1", "protobuf>=3.20"] +local-llm = ["transformers>=4.35", "tokenizers>=0.15", "torch>=2.0", "sentencepiece>=0.1", "protobuf>=7.35.1"] [project.scripts] membrane = "membrane.cli:main"