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

@@ -16,6 +16,7 @@ langchain==0.1.0
langchain-openai==0.0.2
openai==1.3.7
sentence-transformers==2.2.2
requests==2.31.0 # For Voyage API calls
# Authentication & Security
python-multipart==0.0.6