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,7 +3,7 @@ name = "ww-agents"
version = "0.0.0"
requires-python = ">=3.12"
dependencies = [
"pydantic>=2.7",
"pydantic>=2.13",
"ww-shared",
"ww-llm-gateway",
]

View File

@@ -2,7 +2,7 @@
name = "ww-config"
version = "0.0.0"
requires-python = ">=3.12"
dependencies = ["pydantic>=2.7", "pydantic-settings>=2.3", "ww-shared"]
dependencies = ["pydantic>=2.13", "pydantic-settings>=2.14", "ww-shared"]
[build-system]
requires = ["hatchling"]

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",

View File

@@ -4,9 +4,9 @@ version = "0.0.0"
requires-python = ">=3.12"
dependencies = [
"sqlalchemy[asyncio]>=2.0",
"asyncpg>=0.29",
"asyncpg>=0.31",
"psycopg[binary]>=3.2",
"alembic>=1.13",
"alembic>=1.18",
"ww-shared",
"ww-config",
]

View File

@@ -3,13 +3,13 @@ name = "ww-llm-gateway"
version = "0.0.0"
requires-python = ">=3.12"
dependencies = [
"openai>=1.40",
"anthropic>=0.34",
"google-genai>=0.3",
"instructor>=1.5",
"pydantic>=2.7",
"tenacity>=8.2",
"structlog>=24.1",
"openai>=2.43",
"anthropic>=0.111",
"google-genai>=2.9",
"instructor>=1.15",
"pydantic>=2.13",
"tenacity>=9.1",
"structlog>=26.1",
"ww-shared",
"ww-config",
"ww-db",

View File

@@ -2,7 +2,7 @@
name = "ww-shared"
version = "0.0.0"
requires-python = ">=3.12"
dependencies = ["pydantic>=2.7"]
dependencies = ["pydantic>=2.13"]
[build-system]
requires = ["hatchling"]

View File

@@ -3,7 +3,7 @@ name = "ww-skills"
version = "0.0.0"
requires-python = ">=3.12"
dependencies = [
"pydantic>=2.7",
"pydantic>=2.13",
"sqlalchemy>=2.0",
"ww-shared",
"ww-db",