From c792fd197ce8732846dd8d38684b75546537e4f8 Mon Sep 17 00:00:00 2001 From: jinliyl <6469360+jinliyl@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:04:26 +0800 Subject: [PATCH] Update agentscope version to 2.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99f0419b..40e91f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ web = [ "reme-ai-studio==0.4.1.7", ] core = [ - "agentscope==2.0.4.post1", + "agentscope==2.0.6", "claude-agent-sdk>=0.2.126", "dingtalk-stream>=0.24.3", "openai-codex>=0.144.4",