From da563ea998af7246eaf5ee9d6badfc6758d5d063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:33:23 +0000 Subject: [PATCH] chore(deps): bump agentscope-runtime from 1.1.3 to 1.1.6.post2 Bumps [agentscope-runtime](https://github.com/agentscope-ai/agentscope-runtime) from 1.1.3 to 1.1.6.post2. - [Release notes](https://github.com/agentscope-ai/agentscope-runtime/releases) - [Commits](https://github.com/agentscope-ai/agentscope-runtime/compare/v1.1.3...v1.1.6.post2) --- updated-dependencies: - dependency-name: agentscope-runtime dependency-version: 1.1.6.post2 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 4914816..8125446 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.post2", "exceptiongroup>=1.2.0; python_version < '3.11'", "uvicorn>=0.40.0", "apscheduler>=3.11.2,<4",