Skip to content

Commit 5671077

Browse files
author
AzureFunctionsPython
committed
build: update runtimes/v1 version to 1.1.0b2
1 parent f2bacac commit 5671077

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

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==1.1.0b1; python_version >= '3.13'"
49+
"azure-functions-runtime-v1==; 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)