Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
fastapi==0.115.0
|
| 2 |
-
uvicorn[standard]==0.32.0
|
| 3 |
-
pydantic==2.9.2
|
| 4 |
-
groq==0.
|
| 5 |
-
python-multipart==0.0.12
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn[standard]==0.32.0
|
| 3 |
+
pydantic==2.9.2
|
| 4 |
+
groq==0.14.0
|
| 5 |
+
python-multipart==0.0.12
|
| 6 |
+
httpx==0.27.0
|