We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6a8664 + 07798f0 commit 999205cCopy full SHA for 999205c
pack/scripts/nix_deps.sh
@@ -2,6 +2,8 @@
2
3
python -m venv .env
4
source .env/bin/activate
5
+python -m pip install --upgrade pip
6
+
7
python -m pip install .
8
9
python -m pip install . azure-functions --no-compile --target "$BUILD_SOURCESDIRECTORY/deps"
setup.py
@@ -259,7 +259,7 @@ def run(self):
259
260
setup(
261
name='azure-functions-worker',
262
- version='1.1.8',
+ version='1.1.9',
263
description='Python Language Worker for Azure Functions Host',
264
author="Microsoft Corp.",
265
author_email="azurefunctions@microsoft.com",
0 commit comments