diff --git a/setup.py b/setup.py index 9c2cf26d9..bda8b4d96 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==1.14.1b3", + "azure-functions==1.15.0", "python-dateutil~=2.8.2" ]