# Core framework dependencies (Required by all services) fastapi>=0.118.0 uvicorn[standard]>=0.37.0 pydantic>=2.11.9 pydantic-settings>=2.11.0 # Database drivers (lightweight) sqlalchemy>=2.0.43 asyncpg>=0.30.0 psycopg2-binary>=2.9.10 neo4j>=6.0.2 redis[hiredis]>=6.4.0 # Object storage and vector database minio>=7.2.18 qdrant-client>=1.15.1 # Event streaming (NATS only - removed Kafka) nats-py>=2.11.0 # Security and secrets management hvac>=2.3.0 cryptography>=46.0.2 # Observability and monitoring (minimal) prometheus-client>=0.23.1 prometheus-fastapi-instrumentator>=7.1.0 structlog>=25.4.0 # HTTP client httpx>=0.28.1 # Utilities ulid-py>=1.1.0 python-multipart>=0.0.20 python-dateutil>=2.9.0 python-dotenv>=1.1.1 orjson>=3.11.3