ZHIWEI666 commited on
Commit
b16328b
·
verified ·
1 Parent(s): 4567733

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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修复:解决 Alipay SDK 底层加密库(cryptography/pyOpenSSL)版本冲突
19
- pyOpenSSL==23.3.0
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