From 93e56fecdc5a7ed92f02204dc2d5e1a3d1e7e824 Mon Sep 17 00:00:00 2001 From: AzureFunctions Date: Tue, 21 Jul 2026 15:27:37 +0000 Subject: [PATCH 1/2] build: update Azure Functions Runtime V2 version to 1.2.1 --- runtimes/v2/azure_functions_runtime/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/v2/azure_functions_runtime/version.py b/runtimes/v2/azure_functions_runtime/version.py index d5c104059..992084efa 100644 --- a/runtimes/v2/azure_functions_runtime/version.py +++ b/runtimes/v2/azure_functions_runtime/version.py @@ -1,4 +1,4 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -VERSION = '1.1.1' +VERSION = '1.2.1' From 31d36687b1f6256673af9ab891719f8a0d1abcfa Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:36:57 -0500 Subject: [PATCH 2/2] Update azure-functions-runtime version to 1.2.1 --- workers/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/pyproject.toml b/workers/pyproject.toml index b1a4b2a96..d02e052c6 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "uvloop~=0.21.0; python_version == '3.13' and sys_platform != 'win32'", "uvloop~=0.22.0; python_version == '3.14' and sys_platform != 'win32'", "azurefunctions-extensions-base==1.3.0b1", - "azure-functions-runtime==1.1.1; python_version >= '3.13'", + "azure-functions-runtime==1.2.1; python_version >= '3.13'", "azure-functions-runtime-v1==1.1.0; python_version >= '3.13'" ]