From 296e3c6b6dcadb6b60197c06f3b8710734100a1e Mon Sep 17 00:00:00 2001 From: hallvictoria <59299039+hallvictoria@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:42:08 -0500 Subject: [PATCH] build: update Python SDK Version to 1.21.0b2 (#1558) * Update Python SDK Version to 1.21.0b2 * Update pyproject.toml --------- Co-authored-by: AzureFunctionsPython --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c57641f0..d1f91bc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Intended Audience :: Developers" ] dependencies = [ - "azure-functions==1.21.0b1", + "azure-functions==1.21.0b2", "python-dateutil ~=2.9.0", "protobuf~=3.19.3; python_version == '3.7'", "protobuf~=4.25.3; python_version >= '3.8'",