diff --git a/setup.py b/setup.py index 73682784c..56008e47e 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - 'azure-functions==1.13.0b1', + 'azure-functions==1.13.2', "python-dateutil~=2.8.2" ]