From bb337f2fb7e1e9ce22b361e8ea91db92a08909f4 Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Wed, 28 Aug 2024 19:12:19 +0000 Subject: [PATCH 1/2] Update Python SDK Version to 1.21.0b3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1f91bc07..609f23c9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Intended Audience :: Developers" ] dependencies = [ - "azure-functions==1.21.0b2", + "azure-functions=="1.21.0b3"", "python-dateutil ~=2.9.0", "protobuf~=3.19.3; python_version == '3.7'", "protobuf~=4.25.3; python_version >= '3.8'", From 099c7b88f37ac99dd7531c3dacec9dbbe26fa865 Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:13:45 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 609f23c9f..dbf84f07a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Intended Audience :: Developers" ] dependencies = [ - "azure-functions=="1.21.0b3"", + "azure-functions==1.21.0b3", "python-dateutil ~=2.9.0", "protobuf~=3.19.3; python_version == '3.7'", "protobuf~=4.25.3; python_version >= '3.8'",