| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-05 | 1.1 kB | |
| v0.10.0 source code.tar.gz | 2026-08-05 | 187.5 kB | |
| v0.10.0 source code.zip | 2026-08-05 | 252.2 kB | |
| Totals: 3 Items | 440.8 kB | 0 | |
⚠️ Note:
For new project with tortoise 1.0+, you can use the builtin migration commands instead of aerich. See more at: https://tortoise.github.io/migration.html
For existing projects that use Aerich, you can upgrade Tortoise-ORM to the latest version and update the configuration section in pyproject.toml from [tool.aerich] to [tool.tortoise]. You can then continue using aerich as before and also run tortoise shell to start an interactive shell.
Changed
- feat: drop support for py39 (#548)
- feat: drop support for
tortoise-orm<0.25(#549) - feat: migrate type-checking tool from
mypytoty(#550) - feat: set asyncclick version constraint to
>=8.3(#551)
Fixed
- fix: issues for
pyright aerich/(#553)
Full Changelog: https://github.com/tortoise/aerich/compare/v0.9.3...v0.10.0