From c6d3afc53c1aef1fac02c6d9b135661d2f553593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:35:19 +0000 Subject: [PATCH] fix(deps): update dependency crossplane-function-sdk-python to v0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e421e0b..46aacda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "crossplane-function-sdk-python==0.6.0", + "crossplane-function-sdk-python==0.7.0", "click==8.1.8", "grpcio==1.71.0", ]