Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion eng/scripts/test-extensions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

cd workers
python -m pip install --upgrade pip
if [[ $2 != "3.7" ]]; then
python -m pip install -e $1/PythonExtensionArtifact/$3
Expand Down
1 change: 0 additions & 1 deletion eng/scripts/test-sdk.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

cd workers
python -m pip install --upgrade pip
python -m pip install -e $1/PythonSdkArtifact
python -m pip install -e workers/[dev]
Expand Down
2 changes: 1 addition & 1 deletion workers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Intended Audience :: Developers"
]
dependencies = [
"azure-functions==1.24.0b3",
"azure-functions==1.24.0b4",
"python-dateutil~=2.9.0",
"protobuf~=3.19.3; python_version == '3.7'",
"protobuf~=4.25.3; python_version >= '3.8' and python_version < '3.13'",
Expand Down
Loading