Skip to content

Commit 95226d0

Browse files
authored
Update azure-functions-runtime-v1 version in pyproject
1 parent 5671077 commit 95226d0

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
@@ -46,7 +46,7 @@ dependencies = [
4646
"uvloop~=0.21.0; python_version >= '3.13' and sys_platform != 'win32'",
4747
"azurefunctions-extensions-base==1.1.0; python_version >= '3.8'",
4848
"azure-functions-runtime==1.1.0b3; python_version >= '3.13'",
49-
"azure-functions-runtime-v1==; python_version >= '3.13'"
49+
"azure-functions-runtime-v1==1.1.0b2; python_version >= '3.13'"
5050
]
5151

5252
[project.urls]
@@ -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)