From 27e16886bc961aeaf7be651821bb93abe1af981b Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Wed, 5 Mar 2025 21:45:54 +0000 Subject: [PATCH] Update Python SDK Version to 1.23.0b3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8581e5a..d8e64e05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Intended Audience :: Developers" ] dependencies = [ - "azure-functions==1.23.0b2", + "azure-functions==1.23.0b3", "python-dateutil ~=2.9.0", "protobuf~=3.19.3; python_version == '3.7'", "protobuf~=4.25.3; python_version >= '3.8'",