Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
fastapi==0.110.0
|
| 2 |
uvicorn==0.29.0
|
| 3 |
-
httpx==0.27.0
|
| 4 |
-
redis==5.0.1
|
| 5 |
pydantic==2.6.1
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
| 1 |
fastapi==0.110.0
|
| 2 |
uvicorn==0.29.0
|
|
|
|
|
|
|
| 3 |
pydantic==2.6.1
|
| 4 |
+
httpx==0.27.0
|
| 5 |
+
redis==5.0.1 # 升级到最新稳定版,修复析构错误
|
| 6 |
+
python-dotenv==1.0.1
|