From 68501d5db8a9b0e92329e1a98abf53b83f879459 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Wed, 4 Jun 2025 16:20:41 +0000 Subject: [PATCH 1/2] build: update Python Worker Version to 4.38.0 --- azure_functions_worker/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_functions_worker/version.py b/azure_functions_worker/version.py index d60343328..cb950a041 100644 --- a/azure_functions_worker/version.py +++ b/azure_functions_worker/version.py @@ -1,4 +1,4 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -VERSION = '4.36.1' +VERSION = '4.38.0' From 6d50586c462b711058f0487208ad24f0c18f7e26 Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Wed, 4 Jun 2025 11:23:35 -0500 Subject: [PATCH 2/2] Update Proxy Worker version --- proxy_worker/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_worker/version.py b/proxy_worker/version.py index b5a827733..2c5f2d28c 100644 --- a/proxy_worker/version.py +++ b/proxy_worker/version.py @@ -1,4 +1,4 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -VERSION = "4.36.1" +VERSION = "4.38.0"