From 570a0493fc1dac560efa488e617895ca21db5b5d Mon Sep 17 00:00:00 2001 From: AzureFunctionsPython Date: Thu, 28 Jan 2021 00:17:17 +0000 Subject: [PATCH] Update Python SDK Version to 1.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa23793ee..d56574484 100644 --- a/setup.py +++ b/setup.py @@ -377,7 +377,7 @@ def run(self): ], extras_require={ 'dev': [ - 'azure-functions==1.5.0', + 'azure-functions==1.6.0', 'azure-eventhub~=5.1.0', 'python-dateutil~=2.8.1', 'flake8~=3.7.9',