diff --git a/requirements-base.txt b/requirements-base.txt index f01d9a400..e1b3606da 100755 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -24,6 +24,9 @@ celery==5.4.0 # 对象存储 oss2==2.18.4 +cryptography==46.0.5 +# 覆盖系统预装的旧版pyOpenSSL,与cryptography 46.0.5兼容 +pyOpenSSL==26.2.0 # HTTP 客户端 httpx==0.27.2