From f51a1f1b0f36779197483370c6f9d0241e48ae26 Mon Sep 17 00:00:00 2001 From: Varad Meru Date: Fri, 1 Jul 2022 09:47:21 -0500 Subject: [PATCH] Update Python SDK Version to 1.11.3b2 (#1071) Co-authored-by: AzureFunctionsPython --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16aedff8..ab16cd39 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ INSTALL_REQUIRES = [ "grpcio~=1.43.0", "grpcio-tools~=1.43.0", "protobuf~=3.19.3", - "azure-functions==1.11.3b1", + 'azure-functions==1.11.3b2', "python-dateutil~=2.8.2" ]