Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ uvicorn==0.24.0
|
|
| 4 |
gunicorn==21.2.0
|
| 5 |
|
| 6 |
# Pydantic v1 for compatibility
|
| 7 |
-
|
| 8 |
|
| 9 |
# Environment and config
|
| 10 |
python-dotenv==1.1.1
|
|
|
|
| 4 |
gunicorn==21.2.0
|
| 5 |
|
| 6 |
# Pydantic v1 for compatibility
|
| 7 |
+
pydantic[email]==1.10.13
|
| 8 |
|
| 9 |
# Environment and config
|
| 10 |
python-dotenv==1.1.1
|