# MCP Framework
mcp>=0.9.0

# Azure SDKs
azure-identity>=1.15.0
azure-mgmt-authorization>=4.0.0
azure-mgmt-loganalytics>=12.0.0
azure-mgmt-securityinsight>=1.0.0
azure-monitor-query>=1.2.0
azure-core>=1.29.0

# Authentication
msal>=1.25.0
msal-extensions>=1.0.0
cryptography>=41.0.0
pyjwt>=2.8.0

# Utilities
python-dotenv>=1.0.0
cachetools>=5.3.0
httpx>=0.25.0

# Data Validation
pydantic>=2.5.0
pydantic-settings>=2.1.0

# Development
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.12.0
ruff>=0.1.0
mypy>=1.7.0
