Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
uvicorn=
|
| 3 |
-
pydantic=
|
| 4 |
-
openai>=1.14.0
|
| 5 |
-
python-multipart=
|
|
|
|
|
|
| 1 |
+
fastapi>=0.115.0
|
| 2 |
+
uvicorn>=0.30.0
|
| 3 |
+
pydantic>=2.10.0
|
| 4 |
+
openai>=1.14.0
|
| 5 |
+
python-multipart>=0.0.9
|
| 6 |
+
httpx>=0.27.0
|