The following list describes the changes by component:
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
Bug fixes:
- Kitsune resuming feature fixed (#79)
Kitsune backend resuming feature was broken. It didn't retrieve the updated questions right using the parameter 'offset'. Changing the backend to use 'from-date' parameter instead has fixed the problem.
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
New features:
- Compatible namespace package for Python 3.12
Remove old format to define namespace packages. And use native namespace packages that requires removing the__init__.py
file. It is important that every distribution that uses the namespace package omits that file. For more information see https://peps.python.org/pep-0420/
- Update Poetry's package dependencies
Bug fixes:
- Panels import bug and Micro Mordred failure
A bug was causing Panels to fail to import in Kibiter and preventing micro Mordred from working. The issue was in tasks that didn’t require a SortingHat client to run.