From 94f6057c596810c9fde0d12f6f4d5b27dd28e3ff Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Mon, 2 Oct 2023 21:53:14 +0000 Subject: [PATCH 1/2] Update Python SDK Version to 1.18.0b3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6fea4289..622293010 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==1.16.0", + "azure-functions==$newLibraryVersion", "python-dateutil~=2.8.2" ] From 146267bf8b3ec4a3fb0ced0479dec1937fd04ecc Mon Sep 17 00:00:00 2001 From: gavin-aguiar <80794152+gavin-aguiar@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:55:28 -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 622293010..8aa0671c0 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==$newLibraryVersion", + "azure-functions==1.18.0b3", "python-dateutil~=2.8.2" ]