支持补查订单

This commit is contained in:
2026-06-11 13:34:54 +08:00
parent b64d282d85
commit c3fd26149f
8 changed files with 90 additions and 28 deletions
+2 -4
View File
@@ -9,10 +9,8 @@ authors = [
{ name = "Antigravity Development Team" }
]
dependencies = [
# worker 自身已直接依赖 playwright,故 surugaya-common 无需 [browser] extra(extra 仅用于
# 给没有 playwright 的消费者拉取 playwright),保持不带 extra 更简洁。
"surugaya-common>=0.2.0",
"playwright>=1.54.0,<2.0.0",
# playwright surugaya-common [browser] extra 提供(>=1.54.0,<2.0.0),不再直接声明。
"surugaya-common[browser]>=0.2.0",
"pydantic>=2.7.0",
"pydantic-settings>=2.2.0",
"loguru>=0.7.2",