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.0b1 '
4+ VERSION = '1.1.0b2 '
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies = [
4444 " grpcio~=1.75.1; python_version == '3.14'" ,
4545 " uvloop~=0.21.0; python_version >= '3.13' and sys_platform != 'win32'" ,
4646 " azurefunctions-extensions-base==1.1.0; python_version >= '3.8'" ,
47- " azure-functions-runtime==1.1.0b1 ; python_version >= '3.13'" ,
47+ " azure-functions-runtime==1.1.0b2 ; python_version >= '3.13'" ,
4848 " azure-functions-runtime-v1==1.1.0b1; python_version >= '3.13'"
4949]
5050
@@ -139,4 +139,4 @@ version = {attr = "azure_functions_worker.version.VERSION"}
139139
140140[tool .pytest .ini_options ]
141141pythonpath = [" workers" ]
142- testpaths = [" workers/tests" , " runtimes/v2/azure_functions_runtime/tests" , " runtimes/v1/azure_functions_runtime_v1/tests" ]
142+ 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