chore(deps): limit tortoise-orm version to >=0.21 instead of wildcard (*) (#388)

* Limit tortoise-orm version to `>=0.21` instead of wildcard (*)

* ci: fix typos

* docs: update changelog

* refactor: import MEMORY_SQLITE from tortoise

* Update changelog
This commit is contained in:
Waket Zheng
2024-12-21 11:04:02 +08:00
committed by GitHub
parent 69ce0cafa1
commit 1acb9ed1e7
5 changed files with 21 additions and 5 deletions

View File

@@ -19,6 +19,7 @@
#### Changed
- Allow run `aerich init-db` with empty migration directories instead of abort with warnings. (#286)
- Add version constraint(>=0.21) for tortoise-orm. (#388)
- Move `tomlkit` to optional and support `pip install aerich[toml]`. (#392)
### [0.8.0](../../releases/tag/v0.8.0) - 2024-12-04