requirements.txt•888 B
# Wazuh MCP Server v2.1.2 - FastMCP STDIO Only
# Updated dependencies with latest secure versions (Aug 2025)
# Core FastMCP framework - Optional (requires Python 3.10+)
# fastmcp>=0.1.0 # Uncomment if using Python 3.10+
# HTTP client for Wazuh API (async) - Updated for Snyk security fixes
aiohttp>=3.12.14,<4.0.0
# Data validation and serialization - Updated to latest
pydantic>=2.11.7,<3.0.0
# Environment configuration - Updated to latest
python-dotenv>=1.1.1,<2.0.0
# SSL/TLS support - Updated to latest 2025 certificates
certifi>=2025.7.14
# Date and time utilities - Updated to latest
python-dateutil>=2.9.0
# Version management - Updated to latest
packaging>=25.0
# Cross-platform system utilities - Updated to latest
psutil>=7.0.0
# Security dependency pinned by Snyk to avoid vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability