From b7fbdcab3ba67dd8c13e09bcc2b7a21807b5d60d Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:39:29 -0600 Subject: [PATCH] Update Python SDK Version to 1.19.0b3 (#1441) * Update Python SDK Version to 1.19.0b3 * Update setup.py --------- Co-authored-by: AzureFunctionsPython --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 403cd7d2..ac4f4158 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ "azure_functions_worker._thirdparty", ] -INSTALL_REQUIRES = ["azure-functions==1.19.0b2"] +INSTALL_REQUIRES = ["azure-functions==1.19.0b3"] if sys.version_info[:2] == (3, 7): INSTALL_REQUIRES.extend(