File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- cd workers
43python -m pip install --upgrade pip
54if [[ $2 != " 3.7" ]]; then
65 python -m pip install -e $1 /PythonExtensionArtifact/$3
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- cd workers
43python -m pip install --upgrade pip
54python -m pip install -e $1 /PythonSdkArtifact
65python -m pip install -e workers/[dev]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ classifiers = [
2828 " Intended Audience :: Developers"
2929]
3030dependencies = [
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'" ,
You can’t perform that action at this time.
0 commit comments