From 8000c47d3ad8b5d46708093d5819b2030533c356 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Mon, 9 May 2022 20:44:05 +0000 Subject: [PATCH] Update Python SDK Version to 1.11.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0554e9852..520ff8595 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ "grpcio~=1.43.0", "grpcio-tools~=1.43.0", "protobuf~=3.19.3", - "azure-functions==1.11.0" + 'azure-functions==1.11.1' ] EXTRA_REQUIRES = {