File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1717
1818
1919# TODO: change this to something more stable when available.
20- WEBHOST_URL = ('https://ci.appveyor.com/api/buildjobs/19gqd7drpxhkedea'
21- '/artifacts/Functions.Binaries.2.0.13036.no-runtime.zip' )
20+ WEBHOST_URL = (
21+ 'https://github.com/Azure/azure-functions-host/releases/download/'
22+ '/v2.0.14361/Functions.Binaries.2.0.14361.no-runtime.zip'
23+ )
2224
2325# Extensions necessary for non-core bindings.
2426AZURE_EXTENSIONS = """\
@@ -256,7 +258,7 @@ def run(self):
256258
257259setup (
258260 name = 'azure-functions-worker' ,
259- version = '1.1.4 ' ,
261+ version = '1.1.5 ' ,
260262 description = 'Python Language Worker for Azure Functions Host' ,
261263 long_description = long_description ,
262264 long_description_content_type = 'text/markdown' ,
@@ -284,7 +286,7 @@ def run(self):
284286 ],
285287 extras_require = {
286288 'dev' : [
287- 'azure-functions==1.3.0 ' ,
289+ 'azure-functions==1.3.1 ' ,
288290 'azure-eventhub~=5.1.0' ,
289291 'python-dateutil~=2.8.1' ,
290292 'flake8~=3.7.9' ,
You can’t perform that action at this time.
0 commit comments