File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
runtimes/v2/azure_functions_runtime Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.0b3 '
4+ VERSION = '1.1.0b4 '
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies = [
4040 " uvloop~=0.21.0; python_version == '3.13' and sys_platform != 'win32'" ,
4141 " uvloop~=0.22.0; python_version == '3.14' and sys_platform != 'win32'" ,
4242 " azurefunctions-extensions-base==1.1.0" ,
43- " azure-functions-runtime==1.1.0b3 ; python_version >= '3.13'" ,
43+ " azure-functions-runtime==1.1.0b4 ; python_version >= '3.13'" ,
4444 " azure-functions-runtime-v1==1.1.0b2; python_version >= '3.13'"
4545]
4646
@@ -135,4 +135,4 @@ version = {attr = "azure_functions_worker.version.VERSION"}
135135
136136[tool .pytest .ini_options ]
137137pythonpath = [" workers" ]
138- testpaths = [" workers/tests" , " runtimes/v2/azure_functions_runtime/tests" , " runtimes/v1/azure_functions_runtime_v1/tests" ]
138+ 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