Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
fastapi==0.
|
| 2 |
-
uvicorn[standard]==0.
|
| 3 |
-
playwright==1.
|
| 4 |
-
pydantic==2.
|
| 5 |
-
groq==0.
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 1 |
+
fastapi==0.111.0
|
| 2 |
+
uvicorn[standard]==0.29.0
|
| 3 |
+
playwright==1.44.0
|
| 4 |
+
pydantic==2.7.1
|
| 5 |
+
groq==0.13.0
|
| 6 |
+
httpx>=0.27.0
|
| 7 |
+
python-dotenv==1.0.1
|