From d31f4584c6a094da86a3e000384d726cf4a2e775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 17:32:58 +0000 Subject: [PATCH] chore(deps): bump agentscope-runtime from 1.1.3 to 1.1.6 Bumps [agentscope-runtime](https://github.com/agentscope-ai/agentscope-runtime) from 1.1.3 to 1.1.6. - [Release notes](https://github.com/agentscope-ai/agentscope-runtime/releases) - [Commits](https://github.com/agentscope-ai/agentscope-runtime/compare/v1.1.3...v.1.1.6) --- updated-dependencies: - dependency-name: agentscope-runtime dependency-version: 1.1.6 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 0addeaa..0309e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10,<3.14" license = {text = "Apache-2.0"} dependencies = [ "agentscope==1.0.18", - "agentscope-runtime==1.1.3", + "agentscope-runtime==1.1.6", "exceptiongroup>=1.2.0; python_version < '3.11'", "uvicorn>=0.40.0", "apscheduler>=3.11.2,<4",