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
102 lines
1.8 KiB
Plaintext
102 lines
1.8 KiB
Plaintext
# Core framework dependencies
|
|
fastapi>=0.117.1
|
|
uvicorn[standard]>=0.37.0
|
|
pydantic>=2.11.9
|
|
pydantic-settings>=2.11.0
|
|
|
|
# Database drivers and ORMs
|
|
sqlalchemy>=2.0.43
|
|
asyncpg>=0.30.0
|
|
psycopg2-binary>=2.9.10
|
|
neo4j>=5.28.2
|
|
redis[hiredis]>=6.4.0
|
|
|
|
# Object storage and vector database
|
|
minio>=7.2.17
|
|
qdrant-client>=1.15.1
|
|
|
|
# Event streaming
|
|
aiokafka>=0.12.0
|
|
boto3>=1.40.40
|
|
botocore>=1.40.40
|
|
nats-py>=2.11.0
|
|
|
|
# Security and secrets management
|
|
hvac>=2.3.0
|
|
cryptography>=46.0.1
|
|
|
|
# Observability and monitoring
|
|
opentelemetry-api>=1.37.0
|
|
opentelemetry-sdk>=1.37.0
|
|
opentelemetry-exporter-otlp-proto-grpc>=1.37.0
|
|
opentelemetry-instrumentation-fastapi>=0.42b0
|
|
opentelemetry-instrumentation-httpx>=0.42b0
|
|
opentelemetry-instrumentation-psycopg2>=0.42b0
|
|
opentelemetry-instrumentation-redis>=0.42b0
|
|
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
|
|
|
|
# Data processing and validation
|
|
pyshacl>=0.30.1
|
|
rdflib>=7.2.1
|
|
|
|
# ML and AI libraries
|
|
sentence-transformers>=5.1.1
|
|
scikit-learn>=1.7.2
|
|
numpy>=2.3.3
|
|
|
|
# PDF processing
|
|
pdfrw>=0.4
|
|
reportlab>=4.4.4
|
|
PyPDF2>=3.0.1
|
|
pdf2image>=1.17.0
|
|
pytesseract>=0.3.10
|
|
Pillow>=10.3.0
|
|
|
|
# Date and time utilities
|
|
python-dateutil>=2.9.0
|
|
|
|
# Configuration and environment
|
|
python-dotenv>=1.1.1
|
|
|
|
# Async utilities
|
|
asyncio-mqtt>=0.16.2
|
|
|
|
# Data serialization
|
|
orjson>=3.11.3
|
|
|
|
# Network utilities
|
|
ipaddress>=1.0.23
|
|
|
|
# Regex and text processing
|
|
regex>=2025.09.18
|
|
|
|
|
|
# Type checking (development)
|
|
mypy>=1.18.2
|
|
types-redis>=4.6.0.20241004
|
|
types-requests>=2.32.4.20250913
|
|
|
|
# Testing utilities
|
|
pytest>=8.4.2
|
|
pytest-asyncio>=1.2.0
|
|
pytest-minio-mock>=0.4.19
|
|
pytest-cov>=7.0.0
|
|
hypothesis>=6.140.2
|
|
|
|
# Code quality
|
|
ruff>=0.13.2
|
|
black>=25.9.0
|
|
isort>=6.0.1
|
|
bandit>=1.8.6
|
|
safety>=3.6.2
|
|
opencv-python
|