long2ice/asyncmy

ModuleNotFoundError: No module named 'asyncmy.connection'

HuckOps opened this issue · 2 comments

I use sqlalchemy 1.4.41 and asyncmy 0.2.5 to create async engine in python 3.8 and 3.10, but the program threw
ModuleNotFoundError: No module named 'asyncmy.connection'
when i change asyncmy version to asyncmy 0.2.7rc6, this problem was solved
Are there any bugs in asyncmy 0.2.5? How can i use it and solve this problem

v0.2.7 released

ok, i will have a try