Some checks failed
CI/CD Pipeline / Code Quality & Linting (push) Has been cancelled
CI/CD Pipeline / Policy Validation (push) Has been cancelled
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-coverage) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-extract) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-firm-connectors) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-forms) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-hmrc) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-ingestion) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-kg) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-normalize-map) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-ocr) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-rag-indexer) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-rag-retriever) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-reason) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (svc-rpa) (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (ui-review) (push) Has been cancelled
CI/CD Pipeline / Security Scanning (svc-coverage) (push) Has been cancelled
CI/CD Pipeline / Security Scanning (svc-extract) (push) Has been cancelled
CI/CD Pipeline / Security Scanning (svc-kg) (push) Has been cancelled
CI/CD Pipeline / Security Scanning (svc-rag-retriever) (push) Has been cancelled
CI/CD Pipeline / Security Scanning (ui-review) (push) Has been cancelled
CI/CD Pipeline / Generate SBOM (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Notifications (push) Has been cancelled
39 lines
744 B
Plaintext
39 lines
744 B
Plaintext
# Core framework dependencies (Required by all services)
|
|
fastapi>=0.119.0
|
|
uvicorn[standard]>=0.37.0
|
|
pydantic>=2.12.0
|
|
pydantic-settings>=2.11.0
|
|
|
|
# Database drivers (lightweight)
|
|
sqlalchemy>=2.0.44
|
|
asyncpg>=0.30.0
|
|
psycopg2-binary>=2.9.11
|
|
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
|