I installed quart-db 0.12.0 through pip but when trying to run quart db-migrate I get the error
TypeError: QuartDB.migrate() got an unexpected keyword argument 'force_foreground'
The migration works when just starting the app.
The cli command 'db-migrate' still has the keyword argument force_foreground=True when calling await extension.migrate(fore_foreground=True) in the release of the package. This is also true in the releases on github when I checked them. I guess it is fixed ~2 months ago in the github source code but no new release has been made.
I installed quart-db 0.12.0 through pip but when trying to run quart db-migrate I get the error
The migration works when just starting the app.
The cli command 'db-migrate' still has the keyword argument
force_foreground=Truewhen callingawait extension.migrate(fore_foreground=True)in the release of the package. This is also true in the releases on github when I checked them. I guess it is fixed ~2 months ago in the github source code but no new release has been made.