From 763c3570669b4dffd50f2a11c7c1f465e47cab21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:22:15 +0000 Subject: [PATCH] fix(deps): update dependency crossplane-function-sdk-python to v0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bce3036..b7cae8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] dependencies = [ - "crossplane-function-sdk-python==0.8.0", + "crossplane-function-sdk-python==0.9.0", "click==8.2.1", "grpcio==1.73.1", ]