chore: update deps

This commit is contained in:
Sun-ZhenXing
2025-08-07 19:05:18 +08:00
parent a837441bc4
commit 6a6dbe25d2
9 changed files with 452 additions and 123 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
from fastapi import APIRouter
from ..app import MCP_MAP
from ..models.helpers import ArgumentsRequest
from mcp_template_python.app import MCP_MAP
from mcp_template_python.models.helpers import ArgumentsRequest
router = APIRouter(prefix="/v1", tags=["helpers"])