提升依赖版本、安装 typer 和 rich

提升依赖版本:
- uvicorn 和 pydantic

安装新依赖:
- typer 和 rich
This commit is contained in:
2026-04-23 23:27:52 +08:00
parent df17a73c31
commit 16ff315a30
2 changed files with 87 additions and 57 deletions

View File

@@ -13,10 +13,12 @@ dependencies = [
"loguru>=0.7.3",
"mcp>=1.27.0",
"playwright>=1.58.0",
"pydantic>=2.12.5",
"pydantic>=2.13.3",
"rich>=15.0.0",
"sqlalchemy>=2.0.49",
"sqlmodel>=0.0.38",
"uvicorn>=0.43.0",
"typer>=0.24.2",
"uvicorn>=0.46.0",
"watchfiles>=1.1.1",
"websockets>=16.0",
]