From 76a5ada94684aa3cb3ca61bee66bcfbf7c408a7e Mon Sep 17 00:00:00 2001 From: Fred Smith Date: Tue, 3 Dec 2024 16:52:03 -0500 Subject: [PATCH] pin httpx --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bb840b4..b59367b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ discord.py==2.3.2 anthropic==0.18.1 python-dotenv==1.0.0 -httpx>=0.24.1,<1.0.0 +httpx==0.24.1 aiohttp==3.9.3 yarl==1.9.4 frozenlist==1.4.1