jonra1993/fastapi-alembic-sqlmodel-async

asyncpg 0.25.0 install fail on Windows with python 3.11.

dongfengweixiao opened this issue · 2 comments

RT
asyncpg version need update to 0.27.0.

BTW:How to minimize changes to the lock file after dependency upgrade?

Hello @dongfengweixiao you can use poetry add asyncpg@latest on poetry folder to update a package to its latest version. Despite the fact that python 3.11 is really a new version I am not sure if all packages are compatible or if python 3.11 is a good idea for production systems not by python but because of other libs. Currently, I had problems with other projects migrating to python 3.10 due to libraries compatibilities.

This commit c39efa6 upgrade libraries to their last version