diff --git a/runtimes/v2/azure_functions_runtime/version.py b/runtimes/v2/azure_functions_runtime/version.py index cc59707a..d5c10405 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.0' +VERSION = '1.1.1' diff --git a/workers/pyproject.toml b/workers/pyproject.toml index 9b396c85..8d0328ec 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.2.0", - "azure-functions-runtime==1.1.0; python_version >= '3.13'", + "azure-functions-runtime==1.1.1; python_version >= '3.13'", "azure-functions-runtime-v1==1.1.0; python_version >= '3.13'" ] @@ -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"] +testpaths = ["workers/tests", "runtimes/v2/azure_functions_runtime/tests", "runtimes/v1/azure_functions_runtime_v1/tests"] \ No newline at end of file