From 572c199f87984a94a3ea60d9a75fcb4ffb4de5b4 Mon Sep 17 00:00:00 2001 From: Mabe Date: Sat, 20 Jun 2026 23:26:39 +0200 Subject: [PATCH] fix: pin httpx version to 0.28.1 for compatibility --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f156d6d..89df5a9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.109.0 uvicorn[standard]==0.23.2 # Allow any 0.28.x httpx compatible with Python 3.12; exact 0.28.4 may not be available -httpx>=0.28.0,<0.29.0 +httpx==0.28.1 python-jose[cryptography]==3.3.0 pydantic==2.8.0