Skip to content
Closed
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
22 changes: 11 additions & 11 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
fastapi==0.118.0
uvicorn[standard]==0.37.0
pydantic==2.11.9
python-multipart==0.0.20
python-multipart==0.0.22
itsdangerous==2.2.0

python-socketio==5.13.0
python-socketio==5.14.0
python-jose==3.5.0
cryptography
bcrypt==5.0.0
argon2-cffi==25.1.0
PyJWT[crypto]==2.10.1
authlib==1.6.5
authlib==1.6.9

requests==2.32.5
aiohttp==3.12.15
aiohttp==3.13.3
async-timeout
aiocache
aiofiles
Expand All @@ -37,7 +37,7 @@ asgiref==3.8.1

# AI libraries
tiktoken
mcp==1.14.1
mcp==1.23.0

openai
anthropic
Expand All @@ -58,13 +58,13 @@ pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
einops==0.8.1

ftfy==6.2.3
pypdf==6.0.0
pypdf==6.9.1
fpdf2==2.8.2
pymdown-extensions==10.14.2
pymdown-extensions==10.16.1
docx2txt==0.8
python-pptx==1.0.2
unstructured==0.18.15
nltk==3.9.1
unstructured==0.18.18
nltk==3.9.3
Markdown==3.9
pypandoc==1.15
pandas==2.2.3
Expand All @@ -77,7 +77,7 @@ sentencepiece
soundfile==0.13.1
azure-ai-documentintelligence==1.0.2

pillow==11.3.0
pillow==12.1.1
opencv-python-headless==4.11.0.86
rapidocr-onnxruntime==1.4.4
rank-bm25==0.2.2
Expand All @@ -86,7 +86,7 @@ onnxruntime==1.20.1
faster-whisper==1.1.1


black==25.9.0
black==26.3.1
youtube-transcript-api==1.2.2
pytube==15.0.0

Expand Down