Skip to content

Commit 364d718

Browse files
author
AzureFunctionsPython
committed
build: update runtimes/v2 version to 1.1.0b3
1 parent 685caf1 commit 364d718

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.0b2'
4+
VERSION = '1.1.0b3'

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==1.1.0b2; python_version >= '3.13'",
48+
"azure-functions-runtime==; 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)