File tree Expand file tree Collapse file tree
runtimes/v2/azure_functions_runtime Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff 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 ]
135135pythonpath = [" 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" ]
You can’t perform that action at this time.
0 commit comments