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",