Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
pip-audit==2.10.1
pytest==9.1.1
pytest-asyncio==1.4.0
httpx2==2.9.1
httpx2==2.12.0
2 changes: 1 addition & 1 deletion backend/requirements-e2e.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements-dev.txt

# 手工浏览器端到端测试;普通 pytest/CI 不需要安装浏览器运行时。
playwright==1.61.0
playwright==1.62.0
22 changes: 11 additions & 11 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
# reproducible. Dependabot keeps these pins current.

# API and server
fastapi==0.140.8
starlette==1.3.1
uvicorn[standard]==0.51.0
fastapi==0.141.1
starlette==1.6.0
uvicorn[standard]==0.52.4
python-multipart==0.0.32
python-dotenv==1.2.2
python-dotenv==1.2.3

# LLM and local ASR
openai==2.49.0
openai==3.6.0
faster-whisper==1.2.1

# Media, PDF, and export
Pillow==12.3.0
pypdf==6.14.2
pypdf==6.16.2
xmind==1.2.0
yt-dlp==2026.7.4
yt-dlp==2026.8.19

# Configuration and validation
cryptography==50.0.0
pydantic==2.13.4
pydantic-settings==2.14.2
cryptography==50.0.1
pydantic==2.13.5
pydantic-settings==2.15.0
PyYAML==6.0.3

# HTTP, files, SSE, and rate limiting
aiofiles==25.1.0
requests==2.34.2
slowapi==0.1.10
sse-starlette==3.4.6
sse-starlette==3.4.8
Loading