From 332a61c060e87c7e4d50109ffee8503d1fd60e08 Mon Sep 17 00:00:00 2001 From: thecyberlearn Date: Fri, 5 Sep 2025 08:48:36 +0530 Subject: [PATCH] Fix groq version compatibility issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Downgrade groq from 0.8.0 to 0.4.2 to resolve TypeError - The newer groq version has breaking changes with httpx client - This should resolve the Client.__init__() proxies argument error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df3f9c5..9086abe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ gunicorn==21.2.0 stripe==12.3.0 requests==2.32.4 django-ratelimit==3.0.1 -groq==0.8.0 +groq==0.4.2 openai==1.3.8 # Optional: For file processing