Skip to content

Commit e85b3ab

Browse files
gavin-aguiarAzureFunctionsPythonGavin Aguiar
authored
Update Python SDK Version to 1.14.0 (#1223)
* Update Python SDK Version to 1.14.0 * Updating workflows * Changing quotes --------- Co-authored-by: AzureFunctionsPython <[email protected]> Co-authored-by: Gavin Aguiar <gavin@GavinPC>
1 parent a60ef25 commit e85b3ab

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/ci_consumption_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies
3030
run: |
31+
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
3132
python -m pip install -U -e .[dev]
3233
python setup.py build
3334
- name: Running 3.7 Tests

.github/workflows/ci_e2e_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
}
5959
6060
python -m pip install --upgrade pip
61-
python -m pip install -U -e .[dev]
6261
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
63-
62+
python -m pip install -U -e .[dev]
63+
6464
# Retry a couple times to avoid certificate issue
6565
retry 5 python setup.py build
6666
retry 5 python setup.py webhost --branch-name=dev

.github/workflows/ci_ut_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
}
5656
5757
python -m pip install --upgrade pip
58-
python -m pip install -U -e .[dev]
5958
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
59+
python -m pip install -U -e .[dev]
6060
6161
# Retry a couple times to avoid certificate issue
6262
retry 5 python setup.py build

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
]
107107

108108
INSTALL_REQUIRES = [
109-
"azure-functions==1.13.3",
109+
"azure-functions==1.14.0",
110110
"python-dateutil~=2.8.2"
111111
]
112112

0 commit comments

Comments
 (0)