Skip to content

Commit 259fd7d

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update version to 1.1.0b3 (#1802)
* build: update runtimes/v2 version to 1.1.0b3 * Update azure-functions-runtime version in pyproject.toml --------- Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
1 parent 685caf1 commit 259fd7d

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

workers/pyproject.toml

Lines changed: 1 addition & 1 deletion
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==1.1.0b3; python_version >= '3.13'",
4949
"azure-functions-runtime-v1==1.1.0b1; python_version >= '3.13'"
5050
]
5151

0 commit comments

Comments
 (0)