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] =?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