From 87a47487d91e1ccf9bb2d28043c35438ea9d181b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:04:14 +0000 Subject: [PATCH] fix(deps): update dependency crossplane-function-sdk-python to v0.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a573be6..5605c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "crossplane-function-sdk-python==0.11.0", + "crossplane-function-sdk-python==0.14.0", "click==8.3.2", "grpcio==1.76.0", "aioboto3==15.5.0",