From 743130dff3f36784f1dab1155150a4e93205cdfe Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Mon, 6 Oct 2025 16:26:07 +0000 Subject: [PATCH] Update Python SDK Version to 1.24.0 --- workers/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workers/pyproject.toml b/workers/pyproject.toml index 2654b27c..fee44d9e 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Intended Audience :: Developers" ] dependencies = [ - "azure-functions==1.24.0b4", + "azure-functions==1.24.0", "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'", @@ -139,4 +139,4 @@ version = {attr = "azure_functions_worker.version.VERSION"} [tool.pytest.ini_options] pythonpath = ["workers"] -testpaths = ["workers/tests", "runtimes/v2/azure_functions_runtime/tests", "runtimes/v1/azure_functions_runtime_v1/tests"] \ No newline at end of file +testpaths = ["workers/tests", "runtimes/v2/azure_functions_runtime/tests", "runtimes/v1/azure_functions_runtime_v1/tests"]