From c116279f55c32afba78c3299ad264a534d374bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:08:21 +0000 Subject: [PATCH] chore(deps): bump agentscope-runtime from 1.1.3 to 1.1.5 Bumps [agentscope-runtime](https://github.com/agentscope-ai/agentscope-runtime) from 1.1.3 to 1.1.5. - [Release notes](https://github.com/agentscope-ai/agentscope-runtime/releases) - [Commits](https://github.com/agentscope-ai/agentscope-runtime/compare/v1.1.3...v1.1.5) --- updated-dependencies: - dependency-name: agentscope-runtime dependency-version: 1.1.5 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 46b5853..56229ad 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.5", "exceptiongroup>=1.2.0; python_version < '3.11'", "uvicorn>=0.40.0", "apscheduler>=3.11.2,<4",