chore(devops): 抬高后端依赖下界至 lockfile 主次版本,保可复现(CR-D1)

This commit is contained in:
Yaojia Wang
2026-07-08 13:34:36 +02:00
parent 05f49d0b7f
commit a039a1e5d9
10 changed files with 45 additions and 44 deletions

View File

@@ -3,10 +3,10 @@ name = "ww-core"
version = "0.0.0"
requires-python = ">=3.12"
dependencies = [
"langgraph>=0.2.40",
"langgraph-checkpoint-postgres>=2.0",
"pydantic>=2.7",
"structlog>=24.1",
"langgraph>=1.2",
"langgraph-checkpoint-postgres>=3.1",
"pydantic>=2.13",
"structlog>=26.1",
"ww-shared",
"ww-config",
"ww-db",