Skip to content

Commit ebcbe80

Browse files
authored
hotfix: Update dependencies for agentscope 1.0.9 support (#269)
1 parent 99a1334 commit ebcbe80

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"openai",
1212
"pydantic>=2.11.7",
1313
"requests>=2.32.4",
14-
"agentscope>=1.0.6",
14+
"agentscope>=1.0.9",
1515
"docker>=7.1.0",
1616
"redis>=6.0.0",
1717
"oss2>=2.19.1",
@@ -84,4 +84,4 @@ ext = [
8484
"wheel",
8585
"alibabacloud-credentials",
8686
"PyYAML",
87-
]
87+
]

src/agentscope_runtime/adapters/agentscope/tool/tool.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
)
1010

1111
from agentscope.tool import Toolkit, ToolResponse
12-
from agentscope.tool._registered_tool_function import (
13-
RegisteredToolFunction,
14-
)
12+
from agentscope.tool._types import RegisteredToolFunction
1513

1614
from agentscope_runtime.tools.base import Tool
1715

0 commit comments

Comments
 (0)