mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 12:52:57 +00:00
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:
parent
469682ba55
commit
332a61c060
@ -18,7 +18,7 @@ gunicorn==21.2.0
|
|||||||
stripe==12.3.0
|
stripe==12.3.0
|
||||||
requests==2.32.4
|
requests==2.32.4
|
||||||
django-ratelimit==3.0.1
|
django-ratelimit==3.0.1
|
||||||
groq==0.8.0
|
groq==0.4.2
|
||||||
openai==1.3.8
|
openai==1.3.8
|
||||||
|
|
||||||
# Optional: For file processing
|
# Optional: For file processing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user