From dcc7e4983a24134652d864d1f5eaae9e133358cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:53:00 +0000 Subject: [PATCH] chore(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 192932a..01cf03c 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.3.0", "grpcio==1.73.1", ]