Skip to content

Commit 72ee741

Browse files
committed
Update runtime dependencies
aleph-sdk-python 0.7.0 -> 0.9.0 fastapi 0.103.1 -> 0.109.2
1 parent abd0bbd commit 72ee741

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
@@ -31,7 +31,7 @@ apt-get install -y --no-install-recommends --no-install-suggests \
3131
3232
echo "Pip installing aleph-sdk-python"
3333
mkdir -p /opt/aleph/libs
34-
pip3 install --target /opt/aleph/libs 'aleph-sdk-python==0.7.0' 'fastapi~=0.103.1'
34+
pip3 install --target /opt/aleph/libs 'aleph-sdk-python==0.9.0' 'fastapi~=0.109.2'
3535
3636
# Compile Python code to bytecode for faster execution
3737
python3 -m compileall -f /usr/local/lib/python3.11

0 commit comments

Comments
 (0)