Spaces:
Running
Running
Pulastya B commited on
Commit ·
e873289
1
Parent(s): 72a3bd7
fix: Update Groq SDK to >=0.13.0 for httpx compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Core Dependencies
|
| 2 |
-
groq=
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
|
| 5 |
# Data Processing
|
|
|
|
| 1 |
# Core Dependencies
|
| 2 |
+
groq>=0.13.0 # Updated for httpx compatibility
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
|
| 5 |
# Data Processing
|