diff --git a/setup.py b/setup.py index 058f02dc7..061817588 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ ] INSTALL_REQUIRES = [ - "azure-functions==1.18.0", + "azure-functions==1.19.0b1", "python-dateutil~=2.8.2" ]