Skip to content

Commit 7fde853

Browse files
hallvictoriaAzureFunctionsPython
andauthored
Update Python SDK Version to 1.25.0b4 (#1832)
Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
1 parent 0ac4a0b commit 7fde853

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
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"azure-functions==1.24.0; python_version < '3.10'",
29-
"azure-functions==1.25.0b3; python_version >= '3.10'",
29+
"azure-functions==1.25.0b4; python_version >= '3.10'",
3030
"python-dateutil~=2.9.0",
3131
"protobuf~=4.25.3; python_version < '3.13'",
3232
"protobuf~=5.29.0; python_version == '3.13'",
@@ -135,4 +135,4 @@ version = {attr = "azure_functions_worker.version.VERSION"}
135135

136136
[tool.pytest.ini_options]
137137
pythonpath = ["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"]

0 commit comments

Comments
 (0)