Skip to content

Commit f9bad8a

Browse files
author
AzureFunctionsPython
committed
build: update runtimes/v2 version to 1.1.1
1 parent 1b1e2a4 commit f9bad8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
VERSION = '1.1.0'
4+
VERSION = '1.1.1'

workers/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"uvloop~=0.21.0; python_version == '3.13' and sys_platform != 'win32'",
3939
"uvloop~=0.22.0; python_version == '3.14' and sys_platform != 'win32'",
4040
"azurefunctions-extensions-base==1.2.0",
41-
"azure-functions-runtime==1.1.0; python_version >= '3.13'",
41+
"azure-functions-runtime==1.1.1; python_version >= '3.13'",
4242
"azure-functions-runtime-v1==1.1.0; python_version >= '3.13'"
4343
]
4444

@@ -133,4 +133,4 @@ version = {attr = "azure_functions_worker.version.VERSION"}
133133

134134
[tool.pytest.ini_options]
135135
pythonpath = ["workers"]
136-
testpaths = ["workers/tests", "runtimes/v2/azure_functions_runtime/tests", "runtimes/v1/azure_functions_runtime_v1/tests"]
136+
testpaths = ["workers/tests", "runtimes/v2/azure_functions_runtime/tests", "runtimes/v1/azure_functions_runtime_v1/tests"]

0 commit comments

Comments
 (0)