Spaces:
Sleeping
Sleeping
fix: update fastapi and uvicorn versions in requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
# Production uses python:3.11-slim Docker image
|
| 3 |
|
| 4 |
# === Core Framework ===
|
| 5 |
-
fastapi>=0.
|
| 6 |
-
uvicorn[standard]>=0.
|
| 7 |
pydantic>=2.5.3
|
| 8 |
python-multipart>=0.0.6
|
| 9 |
|
|
|
|
| 2 |
# Production uses python:3.11-slim Docker image
|
| 3 |
|
| 4 |
# === Core Framework ===
|
| 5 |
+
fastapi>=0.115.2
|
| 6 |
+
uvicorn[standard]>=0.27.0
|
| 7 |
pydantic>=2.5.3
|
| 8 |
python-multipart>=0.0.6
|
| 9 |
|