Skip to content

Commit 17d603c

Browse files
hallvictoriaAzureFunctionsPython
andauthored
Update Python SDK Version to 1.25.0b1 (#1789)
Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent 23b31f3 commit 17d603c

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
@@ -28,7 +28,7 @@ classifiers = [
2828
"Intended Audience :: Developers"
2929
]
3030
dependencies = [
31-
"azure-functions==1.24.0",
31+
"azure-functions==1.25.0b1",
3232
"python-dateutil~=2.9.0",
3333
"protobuf~=3.19.3; python_version == '3.7'",
3434
"protobuf~=4.25.3; python_version >= '3.8' and python_version < '3.13'",
@@ -139,4 +139,4 @@ version = {attr = "azure_functions_worker.version.VERSION"}
139139

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

0 commit comments

Comments
 (0)