mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-21 21:14:20 +00:00
52c096ea4c
Python (pyproject.toml + uv.lock): - aiohttp 3.14.0 -> 3.14.1 (8 alerts: medium+low) - cryptography -> 49.0.0 (high, floor 48.0.1) - langchain -> 1.3.10 (medium, floor 1.3.9) - langsmith -> 0.8.18 (high) - starlette 1.2.1 -> 1.3.1 (high+low, transitive) - pydantic-settings 2.12.0 -> 2.14.2 (medium, transitive) - torch 2.10.0 -> 2.12.1 (low, transitive; py>=3.14 only) JS (web/, dual lockfile npm+pnpm in sync): - vite ^8.0.5 -> ^8.0.16 (high+medium) - js-yaml -> 4.2.0 (medium, override >=4.2.0 <5) - form-data -> 4.0.6 (high, override) Unfixable (no upstream patch, left + reported): - chromadb critical <=1.5.9 (1.5.9 is latest) - PyPDF2 medium (deprecated; needs pypdf migration) Verified: uv sync + import check, pnpm frozen-lockfile, vite build.
Debug LangBot Frontend
Please refer to the Development Guide for more information.
Tests
Run the frontend smoke tests without a backend process:
pnpm test:e2e
The Playwright suite starts Vite and mocks the LangBot backend and Space APIs.