ci: 依赖版本全锁定,消除第三方库版本漂移导致的CI不稳定 #692

Merged
auto-approve-bot merged 4 commits from ci/pin-dependencies into develop 2026-07-22 01:07:00 +08:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# 数据库(基础层)
psycopg2-binary==2.9.10
psycopg[binary]>=3.2.2
psycopg[binary]==3.2.2
sqlalchemy==2.0.35
alembic==1.13.3
+1 -1
View File
@@ -11,4 +11,4 @@ pytest==8.3.3
pytest-asyncio==0.24.0
pytest-cov==6.0.0
pytest-timeout==2.3.1
diff-cover>=8.0
diff-cover==8.0.3
+3 -3
View File
@@ -2,13 +2,13 @@
# 这些包体积大,API 服务不需要安装
# 数值计算
numpy>=1.24.0
numpy==1.26.4
# 科学计算
scipy>=1.10.0
scipy==1.13.1
# 计算机视觉(视频去重、帧处理)
opencv-python-headless>=4.8.0
opencv-python-headless==4.10.0.84
# 图像处理
Pillow==10.4.0