From 2c6b5e5b1a924f771a6f9768bb2379b90670b123 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Thu, 14 May 2026 18:22:47 +0000 Subject: [PATCH 1/2] Update Python SDK Version to 2.2.0b4 --- workers/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workers/pyproject.toml b/workers/pyproject.toml index 8d0328ec..de9e41b4 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "azure-functions==1.24.0; python_version < '3.10'", "azure-functions==1.26.0b1; python_version >= '3.10' and python_version < '3.13'", - "azure-functions==2.2.0b2; python_version >= '3.13'", + "azure-functions==$newLibraryVersion; python_version >= '3.13'", "python-dateutil~=2.9.0", "protobuf~=5.29.0; python_version <= '3.13'", "protobuf~=6.33.1; python_version == '3.14'", @@ -133,4 +133,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"] From 466e6b514b0d8620b7f88a33894ad0dd7d59477a Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Thu, 14 May 2026 13:26:25 -0500 Subject: [PATCH 2/2] Update azure-functions version for Python 3.13 --- workers/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/pyproject.toml b/workers/pyproject.toml index de9e41b4..4d06e68a 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "azure-functions==1.24.0; python_version < '3.10'", "azure-functions==1.26.0b1; python_version >= '3.10' and python_version < '3.13'", - "azure-functions==$newLibraryVersion; python_version >= '3.13'", + "azure-functions==2.2.0b4; python_version >= '3.13'", "python-dateutil~=2.9.0", "protobuf~=5.29.0; python_version <= '3.13'", "protobuf~=6.33.1; python_version == '3.14'",