Skip to content

Commit 8e7291c

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update runtimes/v1 version to 1.1.0 (#1829)
Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
1 parent 88787ba commit 8e7291c

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.0'

workers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"uvloop~=0.22.0; python_version == '3.14' and sys_platform != 'win32'",
4242
"azurefunctions-extensions-base==1.1.0",
4343
"azure-functions-runtime==1.1.0; python_version >= '3.13'",
44-
"azure-functions-runtime-v1==1.1.0b4; python_version >= '3.13'"
44+
"azure-functions-runtime-v1==1.1.0; python_version >= '3.13'"
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)