# Core dependencies
fastapi==0.104.1
uvicorn==0.24.0
pydantic==2.5.2
python-dotenv==1.0.0

# Graph dependencies
networkx>=3.4.2
types-networkx>=3.4.2
lancedb==0.4.0
tenacity>=9.0.0,<10.0.0

# Data processing
pandas==2.1.3
numpy==1.26.2
scikit-learn==1.3.2

# Azure OpenAI
openai==1.3.5
azure-identity==1.15.0
azure-keyvault-secrets==4.7.0

# Utilities
python-multipart==0.0.6
aiofiles==23.2.1
httpx==0.25.2
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4

# Type checking
types-requests==2.31.0.10
types-python-jose==3.3.4.8
pandas-stubs==2.1.1.230928