2025-05-09 17:38:58 +01:00
|
|
|
# Core dependencies
|
2025-05-09 15:41:16 +01:00
|
|
|
fastapi==0.103.1
|
|
|
|
|
uvicorn==0.23.2
|
2025-05-09 17:38:58 +01:00
|
|
|
pydantic>=2.5.2,<3.0.0 # Updated to resolve dependency conflicts
|
|
|
|
|
python-dotenv==1.0.0
|
2025-05-09 15:41:16 +01:00
|
|
|
|
2025-05-09 17:38:58 +01:00
|
|
|
# Document processing
|
2025-05-09 15:41:16 +01:00
|
|
|
langchain-text-splitters==0.3.8
|
|
|
|
|
|
|
|
|
|
# Utilities
|
2025-05-09 17:38:58 +01:00
|
|
|
requests==2.32.3
|
2025-05-20 02:18:46 +01:00
|
|
|
|
|
|
|
|
# WebSocket and async support
|
|
|
|
|
python-socketio==5.10.0
|
|
|
|
|
aiohttp==3.9.1
|
|
|
|
|
websockets==12.0
|