From af6ef8f0682e539f4ff16e3708e10d5d6df5c584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:45:40 +0000 Subject: [PATCH] chore(deps): update grpcio requirement from >=1.78.0 to >=1.80.0 Updates the requirements on [grpcio](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.78.0...v1.80.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.80.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64f0ae3..5554c13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Envoy ext-proc for configuring and invoking guardrails in an Envoy-based gateway" requires-python = ">=3.11" dependencies = [ - "grpcio>=1.78.0", + "grpcio>=1.80.0", "grpcio-tools>=1.78.0", "grpcio-health-checking>=1.78.0", "betterproto2==0.9.1", @@ -14,7 +14,7 @@ dependencies = [ [dependency-groups] proto = [ "requests==2.33.1", - "grpcio>=1.78.0", + "grpcio>=1.80.0", "grpcio-tools>=1.78.0", "betterproto2==0.9.1", "betterproto2_compiler==0.9.0",