Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -9,12 +9,10 @@ alibabacloud_dysmsapi20170525==2.0.24
|
|
| 9 |
sqlalchemy==2.0.23
|
| 10 |
psycopg2-binary==2.9.9
|
| 11 |
httpx==0.25.2
|
| 12 |
-
python-alipay-sdk==3.1.0
|
| 13 |
aiofiles==23.2.1
|
| 14 |
# 🚀 P2优化:速率限制
|
| 15 |
slowapi==0.1.9
|
| 16 |
# 🔒 P0安全增强:bcrypt密码哈希
|
| 17 |
bcrypt==4.1.2
|
| 18 |
-
# 🔧 P0修复:
|
| 19 |
-
|
| 20 |
-
cryptography==41.0.7
|
|
|
|
| 9 |
sqlalchemy==2.0.23
|
| 10 |
psycopg2-binary==2.9.9
|
| 11 |
httpx==0.25.2
|
|
|
|
| 12 |
aiofiles==23.2.1
|
| 13 |
# 🚀 P2优化:速率限制
|
| 14 |
slowapi==0.1.9
|
| 15 |
# 🔒 P0安全增强:bcrypt密码哈希
|
| 16 |
bcrypt==4.1.2
|
| 17 |
+
# 🔧 P0修复:升级支付宝SDK,打破旧版死锁,自动适配最新安全加密库
|
| 18 |
+
python-alipay-sdk>=3.3.0
|
|
|