Fix groq version compatibility issue

- 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 <noreply@anthropic.com>
This commit is contained in:
thecyberlearn 2025-09-05 08:48:36 +05:30
parent 469682ba55
commit 332a61c060

View File

@ -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