From fdfe228754a556a68b95ae300bf3ea76dd4e76d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7CI=20Test?= Date: Thu, 9 Jul 2026 16:03:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(deps):=20=E7=B2=BE=E7=A1=AE=E9=94=81?= =?UTF-8?q?=E5=AE=9ApyOpenSSL=3D=3D26.2.0=EF=BC=8C=E4=B8=8Ecryptography=20?= =?UTF-8?q?46.0.5=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-base.txt b/requirements-base.txt index 585e0f0f9..e1b3606da 100755 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -25,8 +25,8 @@ celery==5.4.0 # 对象存储 oss2==2.18.4 cryptography==46.0.5 -# pyOpenSSL由pip自动解析兼容版本(覆盖系统旧版) -pyOpenSSL>=24.0.0 +# 覆盖系统预装的旧版pyOpenSSL,与cryptography 46.0.5兼容 +pyOpenSSL==26.2.0 # HTTP 客户端 httpx==0.27.2