From bfbfc13ddaccc0967a97d012150bf2549783d929 Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Sun, 15 Mar 2026 20:22:26 +0100 Subject: [PATCH] Explicitly use starlette 0.50.0 for TestClient's client parameter Seems the pipeline has starlette-0.41.3 cached, which does satisfy starlette<0.51.0,>=0.40.0 but not my specific use :) --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index c453b73..4252fcc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,3 +6,4 @@ pytest-cov==7.0.0 bandit==1.7.10 httpx==0.28.1 pip-audit==2.10.0 +starlette==0.50.0