Week 3 complete: async test suite fixed, integration tests converted to pytest, config fixes (ENABLE_SUBDOMAIN_TENANTS), auth compatibility (get_current_tenant), healthcheck test stabilized; all tests passing (31/31)
Some checks failed
CI/CD Pipeline / test (3.11) (push) Has been cancelled
CI/CD Pipeline / docker-build (push) Has been cancelled

This commit is contained in:
Jonathan Pressnell
2025-08-08 17:17:56 -04:00
parent 1a8ec37bed
commit 6c4442f22a
13 changed files with 2644 additions and 253 deletions

View File

@@ -24,7 +24,6 @@ python-multipart = "^0.0.6"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
python-dotenv = "^1.0.0"
redis = "^5.0.1"
httpx = "^0.25.2"
aiofiles = "^23.2.1"
pdfplumber = "^0.10.3"
@@ -39,6 +38,7 @@ opencv-python = "^4.8.1.78"
tabula-py = "^2.8.2"
camelot-py = "^0.11.0"
sentence-transformers = "^2.2.2"
requests = "^2.31.0"
prometheus-client = "^0.19.0"
structlog = "^23.2.0"
celery = "^5.3.4"