17 lines
312 B
Plaintext
17 lines
312 B
Plaintext
# Core dependencies
|
|
fastapi==0.103.1
|
|
uvicorn==0.23.2
|
|
pydantic>=2.5.2,<3.0.0 # Updated to resolve dependency conflicts
|
|
python-dotenv==1.0.0
|
|
|
|
# Document processing
|
|
langchain-text-splitters==0.3.8
|
|
|
|
# Utilities
|
|
requests==2.32.3
|
|
|
|
# WebSocket and async support
|
|
python-socketio==5.10.0
|
|
aiohttp==3.9.1
|
|
websockets==12.0
|