File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies = [
4545 " grpcio~=1.75.1; python_version == '3.14'" ,
4646 " uvloop~=0.21.0; python_version >= '3.13' and sys_platform != 'win32'" ,
4747 " azurefunctions-extensions-base==1.1.0; python_version >= '3.8'" ,
48- " azure-functions-runtime==; python_version >= '3.13'" ,
48+ " azure-functions-runtime==1.1.0b3 ; python_version >= '3.13'" ,
4949 " azure-functions-runtime-v1==1.1.0b1; python_version >= '3.13'"
5050]
5151
@@ -140,4 +140,4 @@ version = {attr = "azure_functions_worker.version.VERSION"}
140140
141141[tool .pytest .ini_options ]
142142pythonpath = [" workers" ]
143- testpaths = [" workers/tests" , " runtimes/v2/azure_functions_runtime/tests" , " runtimes/v1/azure_functions_runtime_v1/tests" ]
143+ 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