From 1b50c19f44bda59ef16f235bb1f32f71b6c2dcf3 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Wed, 16 Mar 2022 23:05:07 +0000 Subject: [PATCH 1/2] Update Python SDK Version to 1.10.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c05286612..4e237563d 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.9.0" + 'azure-functions==1.10.1' ] EXTRA_REQUIRES = { From d41202de0746cc88faab711bfcd0a2473b65f44a Mon Sep 17 00:00:00 2001 From: Varad Meru Date: Wed, 16 Mar 2022 16:07:48 -0700 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e237563d..5fbde3296 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.10.1' + "azure-functions==1.10.1" ] EXTRA_REQUIRES = {