From e907ce3ce79eb6b12ed68069a54f8a7fdfa3659f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 18:26:23 +0000 Subject: [PATCH] fix(deps): update dependency grpcio to v1.78.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28f4e32..50428aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "crossplane-function-sdk-python==0.11.0", "click==8.3.1", - "grpcio==1.76.0", + "grpcio==1.78.0", "aioboto3==15.5.0", ]