|
|
@@ -26,6 +26,11 @@ dependencies = [
|
|
|
"uvicorn[standard]>=0.20.0",
|
|
|
"pydantic>=2.0,<3.0",
|
|
|
"pyyaml>=6.0,<7.0",
|
|
|
+ # 上传端点(agentpack install-upload / update-upload 的 File/UploadFile)
|
|
|
+ # 需要 multipart 解析 — FastAPI 在路由定义时即检查,缺了它连
|
|
|
+ # `import agentpaas.api.app` 都会崩(CI 自 2026-06-07 起全红的根因;
|
|
|
+ # 本地因 anaconda 自带而未暴露)。
|
|
|
+ "python-multipart>=0.0.6",
|
|
|
# Lambdagent kernel — agentpaas imports it from 17+ call sites.
|
|
|
# Audit critical #4: previously omitted → ModuleNotFoundError on
|
|
|
# every agent-execution endpoint of a clean `pip install agentpaas`.
|