From 77613840ce46731f22b3a9d73297ca5cc3a3c26d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Jul 2026 19:09:55 +0200 Subject: [PATCH] Declare httpx[http2] dependency in requirements --- docker/main/install_deps.sh | 1 - docker/main/requirements-wheels.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index e197ce1b68..d8dcde0ce1 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -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 diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 7bd098454d..080948891a 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -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.*