From 2dcb25b634d0fe2b7c293b885180983a2a83221b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:54:45 +0000 Subject: [PATCH] chore(deps): update websockets requirement Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/12.0...16.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38e9d9d..206e3e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ # AICP SDK for default knowledge-base and long-term-memory tools "kingsoftcloud-sdk-python>=1.5.8.94", "cryptography>=44.0.0", - "websockets>=12.0,<16.0", + "websockets>=12.0,<17.0", "qrcode>=7.4.0", # 生产多副本共享会话后端 "asyncpg>=0.30.0,<1.0.0",