From ce1f58f8120318742e8e1c440da8ecab455681d7 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Tue, 20 May 2025 20:20:39 +0000 Subject: [PATCH] Update Python SDK Version to 1.24.0b2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7de2dba14..32d6525f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Intended Audience :: Developers" ] dependencies = [ - "azure-functions==1.24.0b1", + "azure-functions==1.24.0b2", "python-dateutil~=2.9.0", "protobuf~=3.19.3; python_version == '3.7'", "protobuf~=4.25.3; python_version >= '3.8' and python_version < '3.13'",