From abcbf703bb5fd757ac74852a792db318c2b239eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 17:33:20 +0000 Subject: [PATCH] chore(deps): bump agentscope from 1.0.18 to 1.0.21 Bumps [agentscope](https://github.com/agentscope-ai/agentscope) from 1.0.18 to 1.0.21. - [Release notes](https://github.com/agentscope-ai/agentscope/releases) - [Changelog](https://github.com/agentscope-ai/agentscope/blob/main/docs/changelog.md) - [Commits](https://github.com/agentscope-ai/agentscope/compare/v1.0.18...v1.0.21) --- updated-dependencies: - dependency-name: agentscope dependency-version: 1.0.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c156230..d292777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10,<3.14" license = {text = "Apache-2.0"} dependencies = [ - "agentscope==1.0.18", + "agentscope==1.0.21", "agentscope-runtime==1.1.3", "exceptiongroup>=1.2.0; python_version < '3.11'", "uvicorn>=0.40.0",