Skip to content

Commit bdc7832

Browse files
authored
Bump pydantic AI from 0.0.55 to 0.1.0 (#2)
1 parent d4f9308 commit bdc7832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/plugin/mcp/api/v1/sys/mcp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async def delete_mcp(pk: Annotated[int, Path(description='MCP ID')]) -> Response
8888
'/chat',
8989
summary='MCP ChatGPT',
9090
dependencies=[
91-
Depends(RequestPermission('sys:mcp:run')),
91+
Depends(RequestPermission('sys:mcp:chat')),
9292
DependsRBAC,
9393
],
9494
)

backend/plugin/mcp/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pydantic-ai-slim[mcp,openai,anthropic]==0.0.55
1+
pydantic-ai-slim[mcp,openai,anthropic]==0.1.0

0 commit comments

Comments
 (0)