# Core web frameworks
fastapi>=0.104.0
uvicorn>=0.24.0
requests>=2.31.0

# AI/LLM integration
langchain-anthropic>=0.1.0
langchain-core>=0.1.0

# Observability
opentelemetry-api>=1.20.0
opentelemetry-sdk>=1.20.0
opentelemetry-instrumentation-fastapi>=0.41b0

# Workflow orchestration
temporalio>=1.5.0

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0

# Code quality
black>=23.10.0
flake8>=6.1.0
mypy>=1.6.0