fix(deps): 精确锁定pyOpenSSL==26.2.0,与cryptography 46.0.5兼容
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 1m18s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 2m0s
CI/CD Pipeline / Build & Push Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI/CD Pipeline / Build Production Runtime Images (pull_request) Has been skipped
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / Production Browser E2E (pull_request) Has been skipped

This commit is contained in:
用户CI Test
2026-07-09 16:03:27 +08:00
parent f3cd1f4b34
commit fdfe228754
+2 -2
View File
@@ -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