Closed zmievsa closed 1 year ago
@long2ice A gentle ping to take a look. Note that this can break some integrations which imported "*" from tortoise and used some of the internal stuff defined/imported in the __init__.py
but it is extremely unlikely.
Thanks! Just need resolve conflicts.
@long2ice done! Big thanks for a quick reply.
When you generate migrations using aerich, it imports
BaseDBAsyncClient
directly from tortoise but tortoise doesn't export it which is a problem for some type checkers such as pyright. This fix resolves this.How Has This Been Tested?
No need for testing
Checklist: