diff --git a/runtimes/v2/azure_functions_runtime/version.py b/runtimes/v2/azure_functions_runtime/version.py index f0e9284e..e5725220 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.0b1' +VERSION = '1.1.0b2' diff --git a/workers/pyproject.toml b/workers/pyproject.toml index fee44d9e..2e5f7faa 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "grpcio~=1.75.1; python_version == '3.14'", "uvloop~=0.21.0; python_version >= '3.13' and sys_platform != 'win32'", "azurefunctions-extensions-base==1.1.0; python_version >= '3.8'", - "azure-functions-runtime==1.1.0b1; python_version >= '3.13'", + "azure-functions-runtime==1.1.0b2; python_version >= '3.13'", "azure-functions-runtime-v1==1.1.0b1; 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"] +testpaths = ["workers/tests", "runtimes/v2/azure_functions_runtime/tests", "runtimes/v1/azure_functions_runtime_v1/tests"] \ No newline at end of file