Skip to content

Commit adb41d1

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update version to 1.1.0b2 (#1804)
* build: update runtimes/v1 version to 1.1.0b2 * Update azure-functions-runtime-v1 version in pyproject --------- Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
1 parent 4137bfd commit adb41d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
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==1.1.0b2; python_version >= '3.13'"
5050
]
5151

5252
[project.urls]

0 commit comments

Comments
 (0)