Skip to content

Commit 74c979f

Browse files
committed
update test scripts
1 parent 7f5c88f commit 74c979f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/e2e-python/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import asyncio
2-
from mcp_agent.core.fastagent import FastAgent
2+
from fast_agent import FastAgent
33

44
# Create the application
55
fast = FastAgent("mcp server tests")

packages/e2e-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.13"
66
dependencies = [
77
"pytest>=7.0.0",
88
"pytest-asyncio>=0.21.0",
9-
"fast-agent-mcp>=0.2.57",
9+
"fast-agent-mcp>=0.3.11",
1010
"huggingface_hub>=0.34.0"
1111
]
1212

0 commit comments

Comments
 (0)