Skip to content

Commit e58f1a4

Browse files
author
brnaba-aws
committed
fixing test
1 parent 541e5b3 commit e58f1a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/src/agent_squad/agents/strands_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from strands.types.content import Messages
1616
from strands.agent.conversation_manager import ConversationManager
1717
from strands.types.traces import AttributeValue
18-
from strands.types.models import Model
18+
from strands.models.model import Model
1919

2020
class StrandsAgent(Agent):
2121
"""

python/src/tests/agents/test_strands_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from agent_squad.agents.strands_agent import StrandsAgent
1414
from agent_squad.types import ConversationMessage, ParticipantRole
1515
from strands.agent.agent_result import AgentResult
16-
from strands.types.models import Model
16+
from strands.models.model import Model
1717

1818

1919
@pytest.fixture

python/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pytest-asyncio
88
openai
99
libsql-client
1010
ruff>=0.11.4
11-
strands-agents
11+
strands-agents==1.5.0

0 commit comments

Comments
 (0)