From 53d93245211097ac679f6b2c01e38048dc14891c Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Mon, 30 Sep 2024 20:01:25 +0000 Subject: [PATCH] Update Python SDK Version to 1.21.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 817c2e00..319e1609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Intended Audience :: Developers" ] dependencies = [ - "azure-functions==1.21.0", + "azure-functions==1.21.1", "python-dateutil ~=2.9.0", "protobuf~=3.19.3; python_version == '3.7'", "protobuf~=4.25.3; python_version >= '3.8'",