From ead3beb4637bf7bddd8af508a31f22610485fae0 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Fri, 6 Feb 2026 20:21:16 +0000 Subject: [PATCH] build: update Python Library Version to 1.25.0b3 --- azure/functions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/functions/__init__.py b/azure/functions/__init__.py index 99ebc0f9..8170a14e 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -106,4 +106,4 @@ 'McpPropertyType' ) -__version__ = '1.25.0b2' +__version__ = '1.25.0b3'