1.10.1 — Fleet deploys find application requirements reliably
Editorial identity incomplete
2026-08-10
Django-MOJO 1.10.1 fixes a fleet deployment failure where the protected dependency installer changed directories and could no longer find an application's requirements file. Canary deployments can now install dependencies from the configured project path and continue through their normal health-check and rollback flow.
Fixed
- Fleet deployments now resolve the application requirements file from the configured project path, so dependency installation succeeds after the protected pip helper discards the application-writable working directory.
Upgrade notes
- Retry any fleet release that failed with a missing
requirements.txtafter upgrading. No application code or configuration changes are required.