From 51b326322226ff39cab4739dbc93d48ef331e2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7CI=20Test?= Date: Thu, 9 Jul 2026 15:52:27 +0800 Subject: [PATCH 1/5] =?UTF-8?q?fix(deps):=20=E9=94=81=E5=AE=9Acryptography?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BB=A5=E4=BF=AE=E5=A4=8DCI=E7=8E=AF?= =?UTF-8?q?=E5=A2=83GEN=5FEMAIL=E5=85=BC=E5=AE=B9=E6=80=A7=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-base.txt b/requirements-base.txt index f01d9a400..41d331c91 100755 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -24,6 +24,7 @@ celery==5.4.0 # 对象存储 oss2==2.18.4 +cryptography==46.0.5 # HTTP 客户端 httpx==0.27.2 -- 2.54.0 From c81dbfa64abb2d5f21cc2a3f640f0a2a7f1a8e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7CI=20Test?= Date: Thu, 9 Jul 2026 15:56:01 +0800 Subject: [PATCH 2/5] =?UTF-8?q?fix(deps):=20=E6=B7=BB=E5=8A=A0pyOpenSSL?= =?UTF-8?q?=E9=94=81=E5=AE=9A=E4=BB=A5=E8=A7=A3=E5=86=B3=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=8C=85=E4=B8=8Ecryptography=E7=89=88=E6=9C=AC=E4=B8=8D?= =?UTF-8?q?=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-base.txt b/requirements-base.txt index 41d331c91..b9f559acf 100755 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -25,6 +25,7 @@ celery==5.4.0 # 对象存储 oss2==2.18.4 cryptography==46.0.5 +pyOpenSSL==24.3.0 # HTTP 客户端 httpx==0.27.2 -- 2.54.0 From b3b166baefd49434f676e39d8fbf7e0b850e910b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7CI=20Test?= Date: Thu, 9 Jul 2026 15:58:11 +0800 Subject: [PATCH 3/5] =?UTF-8?q?fix(deps):=20=E6=9B=B4=E6=96=B0pyOpenSSL?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=87=B325.0.0=E4=BB=A5=E5=8C=B9=E9=85=8Dcry?= =?UTF-8?q?ptography=2046.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index b9f559acf..daf0e1a5a 100755 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -25,7 +25,7 @@ celery==5.4.0 # 对象存储 oss2==2.18.4 cryptography==46.0.5 -pyOpenSSL==24.3.0 +pyOpenSSL==25.0.0 # HTTP 客户端 httpx==0.27.2 -- 2.54.0 From f3cd1f4b34264250747de42970e01395f37ebc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=A8=E6=88=B7CI=20Test?= Date: Thu, 9 Jul 2026 16:00:03 +0800 Subject: [PATCH 4/5] =?UTF-8?q?fix(deps):=20=E4=BD=BF=E7=94=A8pyOpenSSL>?= =?UTF-8?q?=3D24.0.0=E8=AE=A9pip=E8=87=AA=E5=8A=A8=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-base.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index daf0e1a5a..585e0f0f9 100755 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -25,7 +25,8 @@ celery==5.4.0 # 对象存储 oss2==2.18.4 cryptography==46.0.5 -pyOpenSSL==25.0.0 +# pyOpenSSL由pip自动解析兼容版本(覆盖系统旧版) +pyOpenSSL>=24.0.0 # HTTP 客户端 httpx==0.27.2 -- 2.54.0 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 5/5] =?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 -- 2.54.0