diff --git a/setup.py b/setup.py index 1a6996c66..22b5cbc32 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==1.14.1b1", + "azure-functions==1.14.1b2", "python-dateutil~=2.8.2" ]