Skip to content

Commit f599fbe

Browse files
committed
Fix: Increase Aleph SDK dependency to the new version 2.0.0
1 parent c8388d0 commit f599fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/aleph-debian-12-python/create_disk_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ locale-gen en_US.UTF-8
3737
echo "Pip installing aleph-sdk-python"
3838
mkdir -p /opt/aleph/libs
3939
# Fixing this protobuf dependency version to avoid getting CI errors as version 5.29.0 have this compilation issue.
40-
pip3 install --target /opt/aleph/libs 'aleph-sdk-python==1.0.0' 'aleph-message==1.0.0' 'fastapi~=0.109.2' 'protobuf==5.28.3'
40+
pip3 install --target /opt/aleph/libs 'aleph-sdk-python==2.0.0' 'aleph-message==1.0.0' 'fastapi~=0.109.2' 'protobuf==5.28.3'
4141
4242
# Compile Python code to bytecode for faster execution
4343
# -o2 is needed to compile with optimization level 2 which is what we launch init1.py ("python -OO")

0 commit comments

Comments
 (0)