Skip to content

Commit f77af1a

Browse files
authored
Update azure-functions-runtime version in pyproject.toml
1 parent 364d718 commit f77af1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workers/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
142142
pythonpath = ["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"]

0 commit comments

Comments
 (0)