Merge 77613840ce46731f22b3a9d73297ca5cc3a3c26d into 7ed7ed56cf869dc9e94b4d7a96c13083234dd90a

This commit is contained in:
Martin Weinelt 2026-07-29 19:24:08 +02:00 committed by GitHub
commit 7d5b43d608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ apt-get -qq install --no-install-recommends -y \
libgl1 \
libglib2.0-0 \
libusb-1.0.0 \
python3-h2 \
libgomp1 # memryx detector
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1

View File

@ -2,6 +2,7 @@ aiofiles == 24.1.*
click == 8.1.*
# FastAPI
aiohttp == 3.12.*
httpx[http2] == 0.28.*
starlette == 0.47.*
starlette-context == 0.4.*
fastapi[standard-no-fastapi-cloud-cli] == 0.116.*