# Production dependencies
mcp>=1.25.0

# Security fixes - pin vulnerable packages to fixed versions
h11>=0.16.0  # Fix for CVE-2025-43859, GHSA-vqfr-h8mv-ghfj
starlette>=0.51.0  # Fix for CVE-2025-62727, GHSA-7f5h-v6xp-fcq8 (O(n^2) DoS via Range header)

# Development dependencies (install with: pip install -r requirements-dev.txt)
# pyright>=1.1.405
# pytest>=8.0.0
# pytest-cov>=4.0.0
# black>=24.0.0
# isort>=5.13.0
# flake8>=7.0.0
