From 0907e9d3520af8643640654436e4a9aa97b80160 Mon Sep 17 00:00:00 2001 From: Automated Action Date: Mon, 12 May 2025 14:38:58 +0000 Subject: [PATCH] Fix dependency conflict between solana and httpx --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb9c1b8..ba52d2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pydantic==2.3.0 alembic==1.12.0 solana==0.30.2 loguru==0.7.2 -httpx==0.25.0 +httpx<0.24.0,>=0.23.0 numpy==1.25.2 pandas==2.1.0 python-multipart==0.0.6