Skip to content

Commit 3e9f4b3

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update Python SDK Version to 1.24.0b4 (#1755)
* Update Python SDK Version to 1.24.0b4 * fix installation --------- Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent 6241ed5 commit 3e9f4b3

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

eng/scripts/test-extensions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
cd workers
43
python -m pip install --upgrade pip
54
if [[ $2 != "3.7" ]]; then
65
python -m pip install -e $1/PythonExtensionArtifact/$3

eng/scripts/test-sdk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
cd workers
43
python -m pip install --upgrade pip
54
python -m pip install -e $1/PythonSdkArtifact
65
python -m pip install -e workers/[dev]

workers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Intended Audience :: Developers"
2929
]
3030
dependencies = [
31-
"azure-functions==1.24.0b3",
31+
"azure-functions==1.24.0b4",
3232
"python-dateutil~=2.9.0",
3333
"protobuf~=3.19.3; python_version == '3.7'",
3434
"protobuf~=4.25.3; python_version >= '3.8' and python_version < '3.13'",

0 commit comments

Comments
 (0)