# Core
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
httpx>=0.26.0

# Database
prisma>=0.12.0
redis>=5.0.0

# Validation & Config
pydantic>=2.5.0
pydantic-settings>=2.1.0
python-dotenv>=1.0.0

# Security
bcrypt>=4.1.0

# Token counting
tiktoken>=0.5.0

# Embeddings
sentence-transformers>=2.2.0
numpy>=1.24.0

# Testing (dev)
pytest>=7.4.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0

# Linting (dev)
ruff>=0.1.0
mypy>=1.8.0
