# MCP OpenAPI Generator Dependencies
# Python >= 3.8 required (compatible with current codebase)

# Core MCP framework - using tested and stable version compatible with existing code
fastmcp>=1.0.0,<2.0.0

# HTTP client for API requests
httpx>=0.24.0,<1.0.0

# Data validation and serialization
pydantic>=2.0.0,<3.0.0

# YAML processing
pyyaml>=6.0,<7.0 