From 9ed727e6a98d49dc33363d56fa16ea00e15c53e5 Mon Sep 17 00:00:00 2001 From: smolkik-code Date: Thu, 25 Jun 2026 13:36:51 +0700 Subject: [PATCH] fix: resolve httpx/pytest-httpx version conflict --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e365ced..6209da7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ pydantic-settings==2.1.0 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.6 -httpx==0.26.0 +httpx>=0.25.0 pytest==7.4.4 pytest-asyncio==0.23.3 -pytest-httpx==0.27.0 +pytest-httpx==0.25.0