We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd0bbd commit 72ee741Copy full SHA for 72ee741
runtimes/aleph-debian-12-python/create_disk_image.sh
@@ -31,7 +31,7 @@ apt-get install -y --no-install-recommends --no-install-suggests \
31
32
echo "Pip installing aleph-sdk-python"
33
mkdir -p /opt/aleph/libs
34
-pip3 install --target /opt/aleph/libs 'aleph-sdk-python==0.7.0' 'fastapi~=0.103.1'
+pip3 install --target /opt/aleph/libs 'aleph-sdk-python==0.9.0' 'fastapi~=0.109.2'
35
36
# Compile Python code to bytecode for faster execution
37
python3 -m compileall -f /usr/local/lib/python3.11
0 commit comments