Skip to content

Commit

Permalink
Update runtime dependencies
Browse files Browse the repository at this point in the history
aleph-sdk-python 0.7.0 -> 0.9.0
fastapi 0.103.1 -> 0.109.2
  • Loading branch information
hoh committed Mar 6, 2024
1 parent 2401133 commit c2e6bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/aleph-debian-12-python/create_disk_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apt-get install -y --no-install-recommends --no-install-suggests \
echo "Pip installing aleph-sdk-python"
mkdir -p /opt/aleph/libs
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'
# Compile Python code to bytecode for faster execution
python3 -m compileall -f /usr/local/lib/python3.11
Expand Down

0 comments on commit c2e6bab

Please sign in to comment.