From 377e3172400b61f13485de82d05c6e261fd08c65 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Tue, 25 Jul 2023 19:27:17 +0000 Subject: [PATCH 1/2] Update Python SDK Version to 1.15.1b2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7916af1..fa0c78b2 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==1.15.1b1", + "azure-functions==$newLibraryVersion", "python-dateutil~=2.8.2", "protobuf~=4.22.0", "grpcio-tools~=1.54.2", From 4f1213cb41c98cdd6ab9c94914d68af570eacd80 Mon Sep 17 00:00:00 2001 From: gavin-aguiar <80794152+gavin-aguiar@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:28:36 -0500 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 fa0c78b2..d34bed9d 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==$newLibraryVersion", + "azure-functions==1.15.1b2", "python-dateutil~=2.8.2", "protobuf~=4.22.0", "grpcio-tools~=1.54.2",