dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.7k stars 1.36k forks source link

chore: support sqlalchemy 2.x and flask-sqlalchemy 3 (breaking) #2241

Open dpgaspar opened 6 months ago

dpgaspar commented 6 months ago

Description

ADDITIONAL INFORMATION

hasansezertasan commented 6 months ago

Related: #2240

ddorian commented 6 months ago

Also related https://github.com/dpgaspar/Flask-AppBuilder/issues/2038 https://github.com/dpgaspar/Flask-AppBuilder/pull/2162 https://github.com/dpgaspar/Flask-AppBuilder/pull/2108 https://github.com/dpgaspar/Flask-AppBuilder/pull/1940

jnahmias commented 5 months ago

@dpgaspar thank you so much for working on this! I plan on running some tests on this and will report back. What sort of reviews are you waiting on prior to merging this?

veinkr commented 4 months ago

Hi, @dpgaspar , just curious if there are any new process to upgrade to flask-sqlalchemy>3.0?

zacqed commented 1 month ago

@dpgaspar Is this PR ready for merge and release?