From f2c2b20326dd3e63ee6a53a3ebb37d3fc0a25bb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 21:55:50 +0000 Subject: [PATCH] fix(deps): update dependency crossplane-function-sdk-python to v0.15.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6b1d75..b0196c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] dependencies = [ - "crossplane-function-sdk-python==0.15.0", + "crossplane-function-sdk-python==0.15.1", "click==8.5.0", "grpcio>=1.73.1", ]