From cdd78911f3ad204b878948a65973c3ceedd3456d Mon Sep 17 00:00:00 2001 From: "mendral-app[bot]" <233154221+mendral-app[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:17:58 -0700 Subject: [PATCH] =?UTF-8?q?chore(deps):=20weekly=20safe=20pypi=20updates?= =?UTF-8?q?=20=C2=B7=202=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relax upper-bound caps on websockets and asgi-correlation-id: - websockets: <16.0.0 → <17.0.0 - asgi-correlation-id: <5.0.0 → <6.0.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7222b0f..54f148d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pyyaml>=6.0.0", "requests>=2.32.3", "tomli>=2.0.2", - "websockets<16.0.0", + "websockets<17.0.0", "attrs>=21.3.0", "httpx>=0.27.0", # mcp 2.0.0 removed mcp.server.fastmcp, which core/mcp/server.py subclasses. @@ -140,7 +140,7 @@ packages = ["src/blaxel"] [dependency-groups] dev = [ "nest-asyncio>=1.6.0", - "asgi-correlation-id>=4.3.4,<5.0.0", + "asgi-correlation-id>=4.3.4,<6.0.0", "fastapi>=0.115.12", "pdoc3>=0.11.5", "python-dotenv>=1.1.0",