diff --git a/setup.py b/setup.py index d6fea4289..8aa0671c0 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==1.16.0", + "azure-functions==1.18.0b3", "python-dateutil~=2.8.2" ]