Skip to content

Commit 58b8aad

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update runtimes/v2 version to 1.1.0b4 (#1812)
Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
1 parent 52dd1f5 commit 58b8aad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
VERSION = '1.1.0b3'
4+
VERSION = '1.1.0b4'

workers/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"uvloop~=0.21.0; python_version == '3.13' and sys_platform != 'win32'",
4141
"uvloop~=0.22.0; python_version == '3.14' and sys_platform != 'win32'",
4242
"azurefunctions-extensions-base==1.1.0",
43-
"azure-functions-runtime==1.1.0b3; python_version >= '3.13'",
43+
"azure-functions-runtime==1.1.0b4; python_version >= '3.13'",
4444
"azure-functions-runtime-v1==1.1.0b2; python_version >= '3.13'"
4545
]
4646

@@ -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)