From 6e7d69c5248165fa361e9b2d12aa64fa6fa63f3c Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Thu, 5 Feb 2026 16:10:53 -0800 Subject: [PATCH] Bump to latest function-sdk-python v0.11.0 introduces required schemas support, and capability advertisement. https://github.com/crossplane/function-sdk-python/releases/tag/v0.11.0 Signed-off-by: Nic Cope --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c4ddbc..9ee79ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dependencies = [ - "crossplane-function-sdk-python==0.10.0", + "crossplane-function-sdk-python==0.11.0", "click==8.3.1", "grpcio==1.76.0", ]