Skip to content

Commit 23b31f3

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update version to 1.1.0b2 (#1788)
* build: update runtimes/v2 version to 1.1.0b2 * fix pyproject --------- Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent 5dbe571 commit 23b31f3

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
@@ -44,7 +44,7 @@ dependencies = [
4444
"grpcio~=1.75.1; python_version == '3.14'",
4545
"uvloop~=0.21.0; python_version >= '3.13' and sys_platform != 'win32'",
4646
"azurefunctions-extensions-base==1.1.0; python_version >= '3.8'",
47-
"azure-functions-runtime==1.1.0b1; python_version >= '3.13'",
47+
"azure-functions-runtime==1.1.0b2; python_version >= '3.13'",
4848
"azure-functions-runtime-v1==1.1.0b1; python_version >= '3.13'"
4949
]
5050

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