Skip to content

Commit 0a68393

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update version to 4.41.2 (#1817)
* build: update workers version to 4.41.2 * update v1 package --------- Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com>
1 parent 3533587 commit 0a68393

File tree

3 files changed

+3
-3
lines changed

3 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 = '4.41.0'
4+
VERSION = '4.41.2'

workers/proxy_worker/version.py

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 = '4.41.0'
4+
VERSION = '4.41.2'

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.0b4; python_version >= '3.13'",
44-
"azure-functions-runtime-v1==1.1.0b2; python_version >= '3.13'"
44+
"azure-functions-runtime-v1==1.1.0b4; python_version >= '3.13'"
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)