From 4e510dff5aa6b4a6d3e470fe83e50b02e4af0d6f Mon Sep 17 00:00:00 2001 From: EXT-Kurant Michal Date: Thu, 9 Apr 2026 14:19:06 +0200 Subject: [PATCH] updated version of extension bundle --- python/host.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/host.json b/python/host.json index 8b8b083..1e39325 100644 --- a/python/host.json +++ b/python/host.json @@ -2,7 +2,7 @@ "version": "2.0", "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[2.*, 3.0.0)" + "version": "[4.0.0, 5.0.0)" }, "extensions": { "http": { @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +}