This changelog references changes made both to the Django backend, django-ai-assistant
, and the
frontend TypeScript client, django-ai-assistant-client
.
!!! note The backend and the frontend are versioned together, that is, they have the same version number. When you update the backend, you should also update the frontend to the same version.
- Fix frontend README.
- Less restrictive Python version in pyproject.toml. Support future Python versions.
- Add support for Django 4.2 LTS
- Add support for Python 3.10 and 3.11
- Initial release