# arifOS AAA MCP Server
# Constitutional AI Governance Framework

# Core dependencies
# CACHE BUST: 2026-02-14-Force-FastMCP-2.x
fastmcp>=2.14.0  # v65.1 - Upgraded to FastMCP 2.x for custom_route support
pydantic>=2.0.0
httpx>=0.24.0
numpy>=1.20.0  # Required for SBERT ASI floors (F5, F6, F9)

# H1.2 ASI Hardening - SBERT-based constitutional floors
sentence-transformers>=2.2.0
scikit-learn>=1.3.0

# Database (F1 Amanah)
asyncpg>=0.28.0  # PostgreSQL VAULT999
redis>=5.0.0     # Redis MindVault (v55.5)

# NOTE: ACLIP Tactics Layer deps (psutil, brave-search) removed from Railway
# ACLIP deployed on Hostinger VPS (hybrid topology — F13 Sovereignty)
# See: arifOS/aclip_cai/requirements.txt for Hostinger deployment

# Constitutional enforcement
# arifos>=0.1.0  # Local constitutional kernel

# Development
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
ruff>=0.1.0
