diff --git a/setup.py b/setup.py index 4a49556b5..b685cd34f 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==1.15.0", + "azure-functions==1.15.1b1", "python-dateutil~=2.8.2" ]