tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
808 stars 91 forks source link

Invalid wildcard (*) dependency to tortoise-orm #228

Open chris-rl opened 2 years ago

chris-rl commented 2 years ago

The tortoise-orm -version dependency is not correct. Aerich v.0.6.2 will only start with tortoise-orm >= 0.17.2 Please consider adding an appropriate version constraint as it will break correct dependency resolution if constraint is used.

You can test this by installing tortoise-orm@0.17.1 and run aerich --version from command line.

See https://github.com/tortoise/aerich/commit/c39462820cb8d71e0276ed9901e692e11671722f#r64081578