From ff5d3dd54d1f207457ed14d645239ed7216c9413 Mon Sep 17 00:00:00 2001 From: gavin-aguiar <80794152+gavin-aguiar@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:04:35 -0500 Subject: [PATCH] Revert "Update Python SDK Version to 1.11.3 (#1087)" This reverts commit 333ceb653277c85a437f28efb13e4da2d84376d4. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b13b135c5..03e4eba62 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ "grpcio~=1.43.0", "grpcio-tools~=1.43.0", "protobuf~=3.19.3", - "azure-functions==1.11.3", + "azure-functions==1.11.3b3", "python-dateutil~=2.8.2" ]