From 233443bccc5ca3023e271063c56e3f02a9004267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:58:26 +0000 Subject: [PATCH] chore(deps): update dependency crossplane-function-sdk-python to v0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 120e2f8..0469351 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.10.0", "click==8.3.1", "grpcio==1.73.1", ]