Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Conversation

@kgraefe
Copy link

@kgraefe kgraefe commented Apr 7, 2022

SQLAlchemy 1.4 introduced changes which makes Flask-SQLAlchemy
incompatible when used with an SQlite3 database.

see pallets-eco/flask-sqlalchemy#938

Fixes #17

kgraefe added 2 commits April 7, 2022 20:39
SQLAlchemy 1.4 introduced changes which makes Flask-SQLAlchemy
incompatible when used with an SQlite3 database.

see pallets-eco/flask-sqlalchemy#938

Signed-off-by: Konrad Gräfe <kgraefe@paktolos.net>
When deploying onto a new server things broke again due to
incompatibilies in SQLAlchemy. This fixes it by using the exact packet
versions used on the old server so they date back to the date of the
previous commit. The file has been generated by running "./venv/pip
freeze -l" on the old server.

Signed-off-by: Konrad Gräfe <kgraefe@paktolos.net>
@kgraefe kgraefe force-pushed the update-flask-sqlalchemy branch from 934d992 to 724968e Compare February 8, 2023 20:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Flask-SQLAlchemy to 2.5.1

1 participant